summaryrefslogtreecommitdiffstats
path: root/Lib/test/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)Serhiy Storchaka2017-05-021-0/+3
To unify running tests in Python 2.7 and Python 3, the test package can be run as a script. This is equivalent to running the test.regrtest module as a script.