]> granicus.if.org Git - python/commit
bpo-36719: Fix regrtest re-run (GH-12964)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 07:56:37 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 07:56:37 +0000 (09:56 +0200)
commit837acc1957d86ca950433f5064fd06d09b57d23b
tree9451eb77510f5ddb155354a6d8bb5d161c37c79e
parent75120d2205af086140e5e4e2dc620eb19cdf9078
bpo-36719: Fix regrtest re-run (GH-12964)

Properly handle a test which fail but then pass.

Add test_rerun_success() unit test.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py