COMMITS
/ Lib/test/__main__.py September 26, 2023
V
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner committed
V
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner committed
September 11, 2023
V
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner committed
March 24, 2016
V
Cleanup regrtest "main()" function
Victor Stinner committed
February 27, 2013
C
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.
Chris Jerdonek committed
December 3, 2010
M
Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function.
Michael Foord committed
M
Fix lib/test/__main__.py to work even outside a Python build.
Michael Foord committed
M
Adding lib/test/__main__.py for running tests with 'python -m test'
Michael Foord committed
M
Remove test/__main__.py until runpy tests can be fixed
Michael Foord committed
M
Set test.regrtest.TEMPDIR correctly when run with 'python -m test'
Michael Foord committed
M
Initial implementation of Lib/test/__main__.py so we can run tests with 'python -m test'
Michael Foord committed