Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) | Serhiy Storchaka | 2017-05-02 | 1 | -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. |