summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/async_case.py
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its...Gregory P. Smith2022-04-191-0/+2
* [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...Andrew Svetlov2021-12-191-1/+0
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-071-1/+1
* [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...Ɓukasz Langa2021-09-221-5/+14
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Miss Islington (bot)2021-08-161-1/+1
* bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)Lisa Roach2020-10-261-2/+2
* bpo-36373: Fix deprecation warnings (GH-15889)Andrew Svetlov2019-09-111-4/+6
* bpo-32972: Async test case (GH-13386)Andrew Svetlov2019-05-291-0/+158