]> granicus.if.org Git - python/commit
Use assertItemsEqual instead of assertEqual. (#5224)
authorGregory P. Smith <greg@krypto.org>
Wed, 17 Jan 2018 23:15:46 +0000 (15:15 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 23:15:46 +0000 (15:15 -0800)
commitb1a52b11673f6fd29b357852977282c8b41cfb7d
tree7700ccc03880aab836068f25626a979dfccc567c
parent016f59a71620f5eadbc06ceb79d3d486d5da8ff3
Use assertItemsEqual instead of assertEqual. (#5224)

This test doesn't care about order, the underlying filesystem APIs do not
guarantee directory listings on subsequent calls will be in the same order.
Lib/test/test_glob.py