summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/frozen/test_finder.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-47/+0
* Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-281-1/+1
* Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-271-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merge testing ABCs for importlib into importlib.test.abc.Brett Cannon2009-01-301-2/+2
* Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.Brett Cannon2009-01-271-5/+8
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-221-2/+2
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+44