cpython/Lib/test/test_importlib
Zachary Ware f012ba42fe Issue #22002: Make full use of test discovery in test sub-packages.
Adds `load_package_tests` function to test.support, uses it in test_asyncio,
test_email, test_json, test_tools, test_importlib and all test_importlib
sub-packages to implement test discovery.
2014-07-23 12:00:29 -05:00
..
builtin Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
extension Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
frozen Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
import_ Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
namespace_pkgs Issue #21097: Move test_namespace_pkgs into test_importlib. 2014-03-29 15:57:44 -06:00
source Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__init__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
abc.py
regrtest.py
test_abc.py Issue #19593: Use specific asserts in importlib tests. 2014-07-07 14:08:19 +03:00
test_api.py Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. 2014-05-13 12:15:42 -06:00
test_locks.py
test_namespace_pkgs.py Issue #21097: Move test_namespace_pkgs into test_importlib. 2014-03-29 15:57:44 -06:00
test_spec.py Issue 19713: Add PEP 451-related deprecations. 2014-01-06 20:49:04 -07:00
test_util.py Issue 19944: Fix importlib.find_spec() so it imports parents as needed. 2014-01-25 15:32:46 -07:00
test_windows.py Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. 2014-01-02 22:25:00 -07:00
util.py Issue 19944: Fix importlib.find_spec() so it imports parents as needed. 2014-01-25 15:32:46 -07:00