]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Mar 2022 20:15:08 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 20:15:08 +0000 (22:15 +0200)
commit4186dd662cf22613b21af948163978af4243a8d6
tree5fce515c7bf76e845f606ff11ace584eb13d365f
parentb7c611937704f5e71f6388da8dfb440fecc28306
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943)

(cherry picked from commit dd0082c627713634c7fd88ad33d18b5cc9f4a7b8)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_asyncio/test_asyncio_waitfor.py [deleted file]
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_waitfor.py [new file with mode: 0644]