cpython/Lib/test/test_unittest
Kumar Aditya 9fce906825
gh-127949: deprecate asyncio.set_event_loop (#128218)
Deprecate `asyncio.set_event_loop` to be removed in Python 3.16.
2024-12-24 19:24:28 +05:30
..
namespace_test_pkg gh-80958: unittest: discovery support for namespace packages as start directory (#123820) 2024-10-23 13:41:33 +09:00
testmock gh-127949: deprecate asyncio.set_event_loop_policy (#128024) 2024-12-18 11:35:29 +05:30
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_async_case.py gh-127949: deprecate asyncio.set_event_loop (#128218) 2024-12-24 19:24:28 +05:30
test_break.py
test_case.py gh-120544: Add else: fail() to tests where exception is expected (#120545) 2024-06-15 10:33:14 +00:00
test_discovery.py gh-80958: unittest: discovery support for namespace packages as start directory (#123820) 2024-10-23 13:41:33 +09:00
test_functiontestcase.py
test_loader.py
test_program.py gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02:00
test_result.py gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02:00
test_runner.py gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02:00
test_setups.py
test_skipping.py gh-127221: Add colour to unittest output (#127223) 2024-12-05 21:10:46 +02:00
test_suite.py
test_util.py gh-121708: Improve test coverage for unittest.util (GH-121713) 2024-07-14 10:08:47 +02:00