]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 7 Apr 2023 10:43:41 +0000 (13:43 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 10:43:41 +0000 (12:43 +0200)
commit995386071f96e4cfebfa027a71ca9134e4651d2a
treedf495e63b93750c61251fa28cd71e6d1546ffb8c
parent059bb04245a8b3490f93dfd72522a431a113eef1
bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py
Lib/test/test_regrtest.py