This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
025e9ebd0a
cpython
/
Lib
/
test
/
__main__.py
4 lines
55 B
Python
Raw
Normal View
History
Unescape
Escape
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. This commit also removes TESTCWD from regrtest.py's global namespace.
2013-02-27 13:02:53 -04:00
from
test
import
regrtest
Adding lib/test/__main__.py for running tests with 'python -m test'
2010-12-03 06:42:03 -04:00
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. This commit also removes TESTCWD from regrtest.py's global namespace.
2013-02-27 13:02:53 -04:00
regrtest
.
main_in_temp_cwd
(
)