]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-33718: Update regrtest from master (GH-7402)
authorVictor Stinner <vstinner@redhat.com>
Mon, 4 Jun 2018 20:25:54 +0000 (22:25 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Jun 2018 20:25:54 +0000 (22:25 +0200)
commita30d587eb55cbf3b9af65b9883e87c1255ecba75
treebdaf8d9622096a926c69d7b376fe461a6c1c51e2
parent134bb46db706416d76d03c0af6018372f35be06f
[2.7] bpo-33718: Update regrtest from master (GH-7402)

Backport manually regrtest enhancements from master:

* 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.
* Add environment_altered to test.support, but it's currently unused
* regrtest: count also ENV_CHANGED as failures
* regrtest: Enhance format_duration()
* Replace test_support with support
Lib/test/regrtest.py
Lib/test/support/__init__.py