]> granicus.if.org Git - python/commit
Tests for case-senstivity were not being skipped for darwin when installed on a
authorBrett Cannon <bcannon@gmail.com>
Mon, 11 May 2009 01:47:11 +0000 (01:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 11 May 2009 01:47:11 +0000 (01:47 +0000)
commit1262e7c7468b6a92a680161c322a0234b526e3db
tree810d23e94fd2bf85148588e3ec22caf1b0cf79dd
parentcc3b8d6883f52391c59f59e82bfa1840e2847d90
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.
Lib/importlib/test/extension/test_case_sensitivity.py
Lib/importlib/test/source/test_abc_loader.py
Lib/importlib/test/source/test_case_sensitivity.py
Lib/importlib/test/source/test_file_loader.py
Lib/importlib/test/source/util.py
Lib/importlib/test/util.py
Misc/NEWS