summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension
Commit message (Expand)AuthorAgeFilesLines
* Rename importlib.test.support to importlib.test.util.Brett Cannon2009-02-012-9/+9
* Move extension module loader tests over to importlib.test.abc.LoaderTests.Brett Cannon2009-02-011-3/+22
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-301-2/+2
* Move importlib.test.extension.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-2/+19
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-181-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-185-0/+168