◐ Shell
clean mode source ↗

[2.7] bpo-33718: regrtest keeps filters to re-run fails by vstinner · Pull Request #7402 · python/cpython

* 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