cpython/Lib/importlib
Brett Cannon 2c5c79cfc4 Tests of case-sensitivity were being executed on OSs which did not have a
case-insensitive file system, leading to test failures. This was due to using
the TestCase objects directly instead of the guard in the test_main() function.
Move over to a class decorator instead to control if the tests should be run.
2009-01-18 06:55:05 +00:00
..
test Tests of case-sensitivity were being executed on OSs which did not have a 2009-01-18 06:55:05 +00:00
__init__.py
_bootstrap.py
NOTES NOTES for importlib should mention the ultimate end-goal for the package. 2009-01-18 00:36:55 +00:00