cpython/Lib/importlib/test
Brett Cannon 6411aa5dd4 Finish implementing tests for importlib.machinery.PathFinder by testing that
implicit hooks are handled properly.
2009-02-06 00:07:49 +00:00
..
builtin Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
extension Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
frozen Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
import_ Finish implementing tests for importlib.machinery.PathFinder by testing that 2009-02-06 00:07:49 +00:00
source Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +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
test_api.py Rename importlib.test.support to importlib.test.util. 2009-02-01 04:00:05 +00:00
util.py Move import semantic util code to importlib.test.import_.util. 2009-02-01 04:28:04 +00:00