summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Turn on verbose2 for importlib.test.regrtest so as to see failures when they ...Brett Cannon2009-08-301-2/+1
* Raise TypeError if the name given to importlib.__import__() lacks an rpartitionBrett Cannon2009-08-301-1/+0
* Provide module docstrings for the two main test drivers in importlib thatBrett Cannon2009-08-301-2/+5
* Tweak importlib.test.regrtest to only specify the implicit tests to excludeBrett Cannon2009-08-301-4/+6
* Add a test file to importlib that runs regrtest using importlib.__import__.Brett Cannon2009-08-271-0/+33