cpython/Lib/importlib/test/source
Brett Cannon 01ad3251ae Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.
Thanks to os.environ under Windows only updating the dict and not the
environment itself (as exposed by nt.environ), tests using
PYTHONCASEOK always fail. Now the tests are skipped when os.environ
does not do what is expected.
2012-01-30 12:48:16 -05:00
..
__init__.py
test_abc_loader.py Move some code from importlib.__init__ to importlib._bootstrap that 2012-01-25 18:58:03 -05:00
test_case_sensitivity.py Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. 2012-01-30 12:48:16 -05:00
test_file_loader.py Port import fixes from 2.7. 2012-01-25 18:06:07 +01:00
test_finder.py Make importlib.abc.SourceLoader the primary mechanism for importlib. 2010-07-03 22:18:47 +00:00
test_path_hook.py Make importlib.abc.SourceLoader the primary mechanism for importlib. 2010-07-03 22:18:47 +00:00
test_source_encoding.py
util.py