]> 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:33:24 +0000 (09:33 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jun 2018 16:33:24 +0000 (09:33 -0700)
commit463d1890bb29b66aed431734bb76e366301a0fa5
tree4bcc1d89a50667a173024e30f8aeda9e66e83d55
parentdd613cf335d7556e20ef3dd01c3abc081b958449
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