cpython/Lib/importlib/test
2009-02-01 03:51:54 +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_
source Split out support code that is specific to source tests out of 2009-02-01 03:08:31 +00:00
__init__.py Do not execute the .pyc/.pyo files as well as the .py files. 2009-02-01 03:51:54 +00:00
abc.py Merge testing ABCs for importlib into importlib.test.abc. 2009-01-30 00:22:35 +00:00
support.py Split out support code that is specific to source tests out of 2009-02-01 03:08:31 +00:00
test_api.py