[2.7] bpo-33718: regrtest keeps filters to re-run fails by vstinner · Pull Request #7402 · python/cpython (original) (raw)
- No longer clear filters, like --match, to re-run failed tests in
verbose mode (-w option). - Tests result: always indicate if tests have been interrupted.
- Enhance tests summary
- After failing tests are re-run, display again the summary.
https://bugs.python.org/issue33718
- No longer clear filters, like --match, to re-run failed tests in verbose mode (-w option).
- Tests result: always indicate if tests have been interrupted.
- Enhance tests summary
- After failing tests are re-run, display again the summary.
- Replace test_support with support
- Add environment_altered to test.support, but it's currently unused