aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/unittest/async_case.py
Commit message (Expand)AuthorAge
* gh-128398: improve error messages when incorrectly using `with` and `async wi...Bénédikt Tran11 days
* bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#3...Andrew Svetlov2024-11-13
* gh-120388: Improve deprecation warning message, when test returns non-None (#...Nikita Sobolev2024-06-12
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-31
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-04
* gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)Serhiy Storchaka2022-08-17
* GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...Kumar Aditya2022-08-16
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-08
* bpo-47062: Implement asyncio.Runner context manager (GH-31799)Andrew Svetlov2022-03-24
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-14
* bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)Andrew Svetlov2021-12-19
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)Serhiy Storchaka2021-09-22
* bpo-41322: Add unit tests for deprecation of test return values (GH-27846)andrei kulakov2021-08-22
* bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)andrei kulakov2021-08-19
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Bar Harel2021-08-16
* bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)Lisa Roach2020-10-26
* bpo-36373: Fix deprecation warnings (GH-15889)Andrew Svetlov2019-09-11
* bpo-32972: Async test case (GH-13386)Andrew Svetlov2019-05-29