cpython/Lib/test/test_unittest
Kumar Aditya dbd08fb60d
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
This deprecates `asyncio.get_event_loop_policy` and will be removed in Python 3.16.
2024-12-18 18:04:20 +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 GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107) 2024-04-03 14:19:49 +02:00
test_async_case.py gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053) 2024-12-18 18:04:20 +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 gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497) 2023-09-12 16:33:30 +03:00
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