cpython/Lib/unittest/test
Łukasz Langa 44396aaba9
[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28521)
It runs now asynchronous methods and callbacks.

If it fails, doCleanups() can be called for cleaning up.
(cherry picked from commit ecb6922ff2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-09-22 18:42:15 +02:00
..
testmock bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) (GH-28326) 2021-09-14 13:00:16 +02:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_async_case.py [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28521) 2021-09-22 18:42:15 +02:00
test_break.py
test_case.py [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 2021-09-08 17:08:57 +02:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) 2021-08-30 10:38:34 -07:00
test_runner.py bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) 2021-08-30 10:38:34 -07:00
test_setups.py
test_skipping.py bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446) 2021-09-18 06:22:31 -07:00
test_suite.py