]> granicus.if.org Git - python/commit
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Jun 2018 16:35:37 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jun 2018 16:35:37 +0000 (09:35 -0700)
commit07aea160ca2dd8814a28afe73e6a72c2b3cbf38a
treea47f0489b71f28895906252b4a8f900d42b54de1
parent4ba4ff4d91464c72f87fe3e6a950fbe2d080f927
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)

If tests are re-run, use "xxx then yyy" result format (ex: "FAILURE
then SUCCESS") to show that some failing tests have been re-run.

Add also test_regrtest.test_rerun_fail() test.
(cherry picked from commit c45fc7673e23f911639d10d3771ffef7be870c7a)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py