cpython/Lib/importlib/test
Brett Cannon 1262e7c746 Tests for case-senstivity were not being skipped for darwin when installed on a
case-sensitive filesystems -- which is not the default case. Along the way also
fixed the skipping of tests when sys.dont_write_bytecode is true.

Closes issue #5442 again.
2009-05-11 01:47:11 +00:00
..
builtin Implement InspectLoader for BuiltinImporter. 2009-03-15 01:41:33 +00:00
extension Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00
frozen Implement InspectLoader for FrozenImporter. 2009-03-15 02:20:16 +00:00
import_ Fix importlib.machinery.PathFinder.find_module() to essentially skip over None 2009-03-30 19:57:15 +00:00
source Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +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 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 Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py Rename importlib.util.set___package__ to set_package. 2009-03-04 16:07:00 +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