]> granicus.if.org Git - python/commit
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jan 2018 23:51:27 +0000 (15:51 -0800)
committerGregory P. Smith <greg@krypto.org>
Wed, 17 Jan 2018 23:51:27 +0000 (15:51 -0800)
commit8d1e41d4148a69b0709fc7fb6bb733451ae1b28d
tree542515e59736ca3a61b94078000def226fdada49
parent4e09c0c8589f9152646f2cf403136dc783bcea4c
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)

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.
(cherry picked from commit 3941499d6c2a4d09f2ea476f84b9c4ddc4bdefa0)
Lib/test/test_glob.py