[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

[3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 by vstinner · Pull Request #2279 · python/cpython

vstinner

added 9 commits

June 19, 2017 16:39

The old --slow syntax is still accepted.
Example: "Tests result: SUCCESS"
regrtest now also displays the number of successful tests when
coverage is used.
Handle correctly crashing test: account the crash has a failed test,
but continue to run other tests.

Don't ignore any directory anymore. Change backported from master.