summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/async_case.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)Miss Islington (bot)2020-12-161-2/+2
* [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)Andrew Svetlov2019-09-111-4/+6
* bpo-32972: Async test case (GH-13386)Andrew Svetlov2019-05-291-0/+158