cpython/Lib/test/test_unittest
Miss Islington (bot) 4421c65f08
[3.12] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737) (#108006)
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)

Use a custom exception to prevent unintentional silence of actual errors.
(cherry picked from commit fd9d70a94d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-08-16 12:13:35 +02:00
..
testmock [3.12] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302) (GH-106534) 2023-07-07 14:25:24 -07:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py gh-68968: Correcting message display issue with assertEqual (#103937) 2023-05-04 16:37:17 -06:00
test_async_case.py
test_break.py
test_case.py gh-68968: Correcting message display issue with assertEqual (#103937) 2023-05-04 16:37:17 -06:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py gh-62432: unittest runner: Exit code 5 if no tests were run (#102051) 2023-04-27 01:28:46 +00:00
test_result.py gh-62432: unittest runner: Exit code 5 if no tests were run (#102051) 2023-04-27 01:28:46 +00:00
test_runner.py [3.12] gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737) (#108006) 2023-08-16 12:13:35 +02:00
test_setups.py
test_skipping.py
test_suite.py