cpython/Lib/test/libregrtest
Victor Stinner 5bad70def6 regrtest: don't fail immediately if a child does crash
Issue #29362: Catch a crash of a worker process as a normal failure and
continue to run next tests. It allows to get the usual test summary: single
line result (OK/FAIL), total duration, etc.
2017-02-06 12:42:00 +01:00
..
__init__.py
cmdline.py
main.py regrtest: don't fail immediately if a child does crash 2017-02-06 12:42:00 +01:00
refleak.py
runtest.py
runtest_mp.py regrtest: don't fail immediately if a child does crash 2017-02-06 12:42:00 +01:00
save_env.py
setup.py