cpython/Lib/test/libregrtest
Victor Stinner 3909e58994 Close #25373: Fix regrtest --slow with interrupted test
* Fix accumulate_result(): don't use time on interrupted and failed test
* Add unit test for interrupted test
* Add unit test on --slow with interrupted test, with and without
  multiprocessing
2015-10-11 10:37:25 +02:00
..
__init__.py
cmdline.py Fix missing import in libregrtest. 2015-10-08 11:34:07 -07:00
main.py Close #25373: Fix regrtest --slow with interrupted test 2015-10-11 10:37:25 +02:00
refleak.py
runtest.py
runtest_mp.py
save_env.py
setup.py