]> granicus.if.org Git - python/commit
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)
authorVictor Stinner <vstinner@redhat.com>
Fri, 14 Dec 2018 12:06:50 +0000 (13:06 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Dec 2018 12:06:50 +0000 (13:06 +0100)
commit3a8f4fef4a4dd0e4a800545468eef9542e126181
tree381684b45c5485d95fd32dda185431ecc3aedc1c
parent7acd50ad8b2a4fe132f7b26980ed3cd209b7ea12
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)

bpo-34279, bpo-35412: support.run_unittest() no longer raises
TestDidNotRun if a test result contains skipped tests. The
exception is now only raised if no test have been run and no test
have been skipped.
Lib/test/support/__init__.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2018-12-12-18-20-18.bpo-34279.DhKcuP.rst [new file with mode: 0644]