summaryrefslogtreecommitdiffstats
path: root/Lib/test/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor out common code from lib/test/__main__.py and lib/test/regrtest.py ↵Michael Foord2010-12-031-32/+3
| | | | into a function.
* Fix lib/test/__main__.py to work even outside a Python build.Michael Foord2010-12-031-0/+2
|
* Adding lib/test/__main__.py for running tests with 'python -m test'Michael Foord2010-12-031-0/+40
|
* Remove test/__main__.py until runpy tests can be fixedMichael Foord2010-12-031-40/+0
|
* Set test.regrtest.TEMPDIR correctly when run with 'python -m test'Michael Foord2010-12-031-2/+4
|
* Initial implementation of Lib/test/__main__.py so we can run tests with ↵Michael Foord2010-12-031-0/+38
'python -m test'