cpython/Lib/test/libregrtest
Victor Stinner 47fbc4e45b
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
* regrtest: Add --cleanup option to remove "test_python_*" directories
  of previous failed test jobs.
* Add "make cleantest" to run "python3 -m test --cleanup".
2019-06-24 12:03:00 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-37359: Add --cleanup option to python3 -m test (GH-14332) 2019-06-24 12:03:00 +02:00
main.py bpo-37359: Add --cleanup option to python3 -m test (GH-14332) 2019-06-24 12:03:00 +02:00
refleak.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
runtest.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 19:17:54 +02:00
runtest_mp.py bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) 2019-05-14 15:49:16 +02:00
save_env.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
setup.py bpo-37069: regrtest uses sys.unraisablehook (GH-13759) 2019-06-13 01:09:04 +02:00
utils.py bpo-37069: regrtest uses sys.unraisablehook (GH-13759) 2019-06-13 01:09:04 +02:00
win_utils.py bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) 2019-04-26 11:12:26 +02:00