cpython/Lib/test/test_importlib
Brett Cannon ed05b8a1a1 Issue #19712: Port test.test_importlib.import_ tests to use PEP 451
that don't require changing test.test_importlib.util.mock_modules().
2013-11-29 16:17:05 -05:00
..
builtin Issue #19698: Remove exec_module() from the built-in and extension 2013-11-29 11:00:11 -05:00
extension Issue #19698: Remove exec_module() from the built-in and extension 2013-11-29 11:00:11 -05:00
frozen Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
import_ Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 2013-11-29 16:17:05 -05:00
source Issue #16803: test.test_importlib.source now tests frozen and source code 2013-11-08 14:25:37 -05:00
__init__.py
__main__.py Simplify test.test_importlib.__main__ 2013-11-08 13:35:34 -05:00
abc.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
regrtest.py
test_abc.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_api.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_locks.py Fix test to not consider mixin a standalone test 2013-10-18 16:55:15 -04:00
test_spec.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
test_util.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Make test_importlib output easier to trace back to the failing test 2013-11-22 14:47:09 -05:00