cpython/Lib/importlib/test/source
Brett Cannon 3c2738488a Some tests in importlib.test.source.test_abc_loader were testing what happens
when a loader is given missing or bad code object bytecode. Unfortunately an
exception related to source paths was masking what the proper exception to test
should be. Making the test explicitly set the environment fixed the test.

The code being test was not affected.
2009-07-20 00:14:29 +00:00
..
__init__.py
test_abc_loader.py Some tests in importlib.test.source.test_abc_loader were testing what happens 2009-07-20 00:14:29 +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