summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/regrtest.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.pyBrett Cannon2016-04-081-17/+0
|
* Cleanup regrtest "main()" functionVictor Stinner2016-03-241-2/+2
| | | | | | | * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+17
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.