]> granicus.if.org Git - python/commit
Use assertCountEqual instead of assertEqual. (#5223)
authorGregory P. Smith <greg@krypto.org>
Wed, 17 Jan 2018 22:57:57 +0000 (14:57 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2018 22:57:57 +0000 (14:57 -0800)
commit3941499d6c2a4d09f2ea476f84b9c4ddc4bdefa0
tree8053b20afdd9917a09e41e3482554296b07bef36
parente860089fd93728824cf586fa4d91f08eff3bab73
Use assertCountEqual instead of assertEqual. (#5223)

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