cpython/Lib/importlib/test/source
Brett Cannon 6919427e94 Implement the PEP 302 protocol for get_filename() as
importlib.abc.ExecutionLoader. PyLoader now inherits from this ABC instead of
InspectLoader directly. Both PyLoader and PyPycLoader provide concrete
implementations of get_filename in terms of source_path and bytecode_path.
2009-07-20 04:23:48 +00:00
..
__init__.py
test_abc_loader.py Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
test_case_sensitivity.py Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00
test_file_loader.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_finder.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_path_hook.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_source_encoding.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
util.py Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00