cpython/Lib/importlib/test
Brett Cannon 30b047dc35 Move source loader tests (including reload tests) over to
importlib.test.abc.LoaderTests.
2009-02-01 02:05:11 +00:00
..
builtin Move built-in loader tests to importlib.test.abc.LoaderTests. 2009-02-01 00:37:13 +00:00
extension Move extension module loader tests over to importlib.test.abc.LoaderTests. 2009-02-01 00:49:41 +00:00
frozen Fix importlib.machinery.FrozenImporter.load_module() to set __package__ 2009-02-01 01:34:13 +00:00
import_ Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
source Move source loader tests (including reload tests) over to 2009-02-01 02:05:11 +00:00
__init__.py Remove a debugging print statement that accidentally got left in. 2009-01-19 07:07:58 +00:00
abc.py Merge testing ABCs for importlib into importlib.test.abc. 2009-01-30 00:22:35 +00:00
support.py Tests of case-sensitivity were being executed on OSs which did not have a 2009-01-18 06:55:05 +00:00
test_api.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00