]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 16 Aug 2023 09:20:42 +0000 (12:20 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 09:20:42 +0000 (12:20 +0300)
commitfd9d70a94de5b0756b52b9ae21e236e25545db4f
tree4c9d08dccf0516bbed0f41104c9628ac364936e2
parentf6099871fac0581ed4d9bcd9b15ce136fb0de8d6
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)

Use a custom exception to prevent unintentional silence of actual errors.
Lib/test/test_unittest/test_runner.py