This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a4961e555b
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
(
)