summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/test_async_case.py
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-134657: Remove newly added private names from asyncio.__all__ (GH-1...Miss Islington (bot)2025-07-091-3/+3
* gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)Kumar Aditya2025-04-121-1/+1
* gh-127949: deprecate `asyncio.set_event_loop` (#128218)Kumar Aditya2024-12-241-1/+1
* gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)Kumar Aditya2024-12-181-1/+1
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-2/+2
* gh-127221: Add colour to unittest output (#127223)Hugo van Kemenade2024-12-051-0/+2
* gh-120388: Improve deprecation warning message, when test returns non-None (#...Nikita Sobolev2024-06-121-0/+3
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-311-0/+14
* Add more details in test_unittest (GH-99626)Serhiy Storchaka2022-11-211-26/+44
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-051-3/+14
* gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...Serhiy Storchaka2022-08-241-2/+7
* GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...Kumar Aditya2022-08-161-0/+15
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-0/+439