cpython/Lib/test/libregrtest
Victor Stinner 636860354e regrtest: add a summary of the summary, "Result: xxx"
It's sometimes hard to check quickly if tests succeeded, failed or something
bad happened. I added a final "Result: xxx" line which summarizes all outputs
into a single line, written at the end (it should always be the last line of
the output).
2016-08-17 16:12:16 +02:00
..
__init__.py
cmdline.py regrtest: rename --slow option to --slowest 2016-08-17 11:25:43 +02:00
main.py regrtest: add a summary of the summary, "Result: xxx" 2016-08-17 16:12:16 +02:00
refleak.py
runtest.py regrtest: display test result (passed, failed, ...) 2016-05-20 13:37:40 +02:00
runtest_mp.py regrtest: display test result (passed, failed, ...) 2016-05-20 13:37:40 +02:00
save_env.py
setup.py