cpython/Lib/importlib/test
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
..
builtin convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
extension convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
frozen convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
import_ Remove unused import for function that no longer exists. 2009-07-01 02:51:00 +00:00
source Some tests in importlib.test.source.test_abc_loader were testing what happens 2009-07-20 00:14:29 +00:00
__init__.py Importlib was using custom code to discover all test modules in importlib.test. 2009-07-15 04:08:33 +00:00
__main__.py Importlib was using custom code to discover all test modules in importlib.test. 2009-07-15 04:08:33 +00:00
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
benchmark.py Add simple tests for __import__ for future optimizations to importlib. 2009-03-30 15:53:01 +00:00
test_abc.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +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