Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py | Brett Cannon | 2016-04-08 | 1 | -17/+0 |
| | |||||
* | Cleanup regrtest "main()" function | Victor Stinner | 2016-03-24 | 1 | -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 Cannon | 2012-07-20 | 1 | -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. |