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 Issue #25220: Fix Lib/test/autotest.py 2015-09-27 11:19:08 +02:00
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 Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of 2015-10-03 00:20:56 +02:00
runtest.py Merge from 3.5 for issue #25188. 2015-10-02 16:20:49 -07:00
runtest_mp.py Merge from 3.5 for issue #25188. 2015-10-02 16:20:49 -07:00
save_env.py Merge from 3.5 for issue #25188. 2015-10-02 16:20:49 -07:00
setup.py Issue #23919: Prevents assert dialogs appearing in the test suite. 2015-10-08 09:05:36 -07:00