]> granicus.if.org Git - python/commit
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 8 Aug 2019 05:43:18 +0000 (08:43 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Aug 2019 05:43:18 +0000 (08:43 +0300)
commit7d44e7a4563072d0fad00427b76b94cad61c38ae
tree3c5244b17e90529d6f10c8c54bfadf4caa31cb38
parent662db125cddbca1db68116c547c290eb3943d98e
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Lib/test/support/__init__.py
Lib/test/test_collections.py
Lib/test/test_compare.py
Lib/test/test_contains.py
Lib/test/test_dict_version.py
Lib/test/test_enum.py
Lib/test/test_inspect.py
Lib/test/test_range.py
Lib/test/test_urllib2.py