summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/abc.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
|
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-5/+0
|
* Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-251-2/+2
| | | | | unittest.TestCase in prep of running tests under frozen and source importlib.
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+99
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.