cpython/Lib/importlib/test
Brett Cannon 2dee597e05 Do some cleanup in importlib:
+ Ditch using arguments to super().
+ Ditch subclassing from object directly.
+ Move directory check out of chaining path hook to file path hook/finder.
+ Rename some classes to better reflect they are finders, not importers.
2009-02-21 03:15:37 +00:00
..
builtin Move importlib's built-in importer to use rpartition for __package__. 2009-02-07 01:40:19 +00:00
extension Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
frozen Move importlib's frozen importer over to rpartition for setting __package__. 2009-02-07 01:38:38 +00:00
import_ Do some cleanup in importlib: 2009-02-21 03:15:37 +00:00
source Do some cleanup in importlib: 2009-02-21 03:15:37 +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 Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
test_util.py Implement the more specific PEP 302 semantics for loaders and what happens upon 2009-02-17 02:45:03 +00:00
util.py Factor out helper code from importlib.test.extension.test_path_hook. 2009-02-07 02:06:43 +00:00