cpython/Lib/test/test_importlib/import_
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
..
__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
test___loader__.py
test___package__.py
test_api.py
test_caching.py
test_fromlist.py Issue #19593: Use specific asserts in importlib tests. 2014-07-07 14:08:19 +03:00
test_meta_path.py Issue #19593: Use specific asserts in importlib tests. 2014-07-07 14:08:19 +03:00
test_packages.py
test_path.py
test_relative_imports.py
util.py