cpython/Lib/unittest/test
Miss Islington (bot) 26fa25a9a7
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
(cherry picked from commit 88b7d86a73)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2022-03-08 14:09:28 -08:00
..
testmock bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) 2022-01-23 19:34:43 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_async_case.py
test_break.py
test_case.py bpo-46111: Fix unittest tests in optimized mode (GH-30163) 2021-12-17 01:29:54 -08:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699) 2022-01-20 10:44:21 +09:00
test_result.py bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) 2022-03-08 14:09:28 -08:00
test_runner.py
test_setups.py
test_skipping.py
test_suite.py