]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Importlib was using custom code to discover all test modules in importlib.test.
authorBrett Cannon <bcannon@gmail.com>
Wed, 15 Jul 2009 04:08:33 +0000 (04:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 15 Jul 2009 04:08:33 +0000 (04:08 +0000)
commitb49c70c7d30361856b73e0cf8de7cd6ad3af5e9f
tree7202abb69d89050068f426da408cf01b6375b7d8
parentd8840860df164191ae5ab81d37435517f0d0a31b
Importlib was using custom code to discover all test modules in importlib.test.
This has now been removed in favor of using unittest's test discovery code in
TestLoader.discover().
Lib/importlib/test/__init__.py
Lib/importlib/test/__main__.py [new file with mode: 0644]
Lib/test/test_importlib.py
Misc/NEWS