cpython/Lib/unittest/test
Miss Islington (bot) 72225b5bdf
bpo-46111: Fix unittest tests in optimized mode (GH-30163)
(cherry picked from commit 95a922b3bb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-12-17 01:35:58 -08:00
..
testmock bpo-46111: Fix unittest tests in optimized mode (GH-30163) 2021-12-17 01:35:58 -08:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_async_case.py [3.9] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28522) 2021-09-22 18:48:17 +02:00
test_break.py
test_case.py bpo-46111: Fix unittest tests in optimized mode (GH-30163) 2021-12-17 01:35:58 -08:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py bpo-46111: Fix unittest tests in optimized mode (GH-30163) 2021-12-17 01:35:58 -08:00
test_result.py [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039) 2021-12-11 01:34:46 +01:00
test_runner.py [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) 2021-08-30 19:22:21 +02:00
test_setups.py
test_skipping.py bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) 2021-09-18 06:22:40 -07:00
test_suite.py