]> 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>
Wed, 16 Mar 2022 23:44:22 +0000 (16:44 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 23:44:22 +0000 (16:44 -0700)
commit0412e3ae03a694af1e27d4af61ca503a6513394d
treec5cc32c1f71369cc87a744b7eb963427a0525c82
parent3244659521798417810100904f39ae5dabe60a7f
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)

(cherry picked from commit 3dd9bfac04d3dcdbfd3f8011a6c9d4b9ac8c116a)

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