summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension
Commit message (Expand)AuthorAgeFilesLines
* Add the missing importlib.test.extension.util.Brett Cannon2009-02-071-0/+21
* Factor out helper code from importlib.test.extension.test_path_hook.Brett Cannon2009-02-074-39/+19
* Move importlib completely over to using rpartition and accepting the emptyBrett Cannon2009-02-071-1/+2
* 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