cpython/Lib/test/__main__.py
Chris Jerdonek 517e925614 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 09:02:53 -08:00

4 lines
55 B
Python

from test import regrtest
regrtest.main_in_temp_cwd()