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
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.get_event_loop_policy (#128053) 2024-12-18 18:04:20 +05:30
test_break.py
test_case.py
test_discovery.py
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