]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Mar 2022 00:19:51 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 00:19:51 +0000 (02:19 +0200)
commit36f62c55759c4246f969f60f7470ba756f77b268
treebccd9849f4826df7bf8f55f53b937bba0138b949
parent4186dd662cf22613b21af948163978af4243a8d6
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (#31948)

(cherry picked from commit 3dd9bfac04d3dcdbfd3f8011a6c9d4b9ac8c116a)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_waitfor.py