cpython/Lib/test/test_importlib/import_
Brett Cannon 02d8454002 Issue #23014: Make importlib.abc.Loader.create_module() required when
importlib.abc.Loader.exec_module() is also defined.

Before this change, create_module() was optional **and** could return
None to trigger default semantics. This change now reduces the
options for choosing default semantics to one and in the most
backporting-friendly way (define create_module() to return None).
2015-01-09 11:39:21 -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 Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test___package__.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_api.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test_caching.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_fromlist.py Issue #19593: Use specific asserts in importlib tests. 2014-07-07 14:09:43 +03:00
test_meta_path.py Issue #19593: Use specific asserts in importlib tests. 2014-07-07 14:09:43 +03:00
test_packages.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_path.py Issue #22834: cwd can't not exist on Windows, skip the test 2014-11-22 17:03:46 -06:00
test_relative_imports.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00