]> granicus.if.org Git - python/commit
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 May 2017 15:26:25 +0000 (18:26 +0300)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 15:26:25 +0000 (18:26 +0300)
commit43566aee12a177a7aef5d732abf768251e6b8a12
treeb2a1a46220a31fd4c65068d3192098da4a7c4207
parent2c7085fd7b00cba8b5ab258c62453b6a12418b73
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)

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.
Doc/library/test.rst
Lib/test/__main__.py [new file with mode: 0644]
Lib/test/pickletester.py
Lib/test/regrtest.py
Lib/test/test_memoryio.py
Misc/NEWS