Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 43566aee12a177a7aef5d732abf768251e6b8a12 https://github.com/python/cpython/commit/43566aee12a177a7aef5d732abf768251e6b8a12 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月02日 (2017年5月02日) Changed paths: M Doc/library/test.rst A Lib/test/__main__.py M Lib/test/pickletester.py M Lib/test/regrtest.py M Lib/test/test_memoryio.py M Misc/NEWS Log Message: ----------- [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.