cpython/Lib/importlib/test
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
..
builtin Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
extension Tests of case-sensitivity were being executed on OSs which did not have a 2009-01-18 06:55:05 +00:00
frozen Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
import_ Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
source Tests of case-sensitivity were being executed on OSs which did not have a 2009-01-18 06:55:05 +00:00
__init__.py Skip over any file or folder that starts with a dot (e.g. .svn). 2009-01-18 00:36:22 +00:00
finder_tests.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
support.py Tests of case-sensitivity were being executed on OSs which did not have a 2009-01-18 06:55:05 +00:00
test_api.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00