]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 16 Mar 2022 20:45:39 +0000 (22:45 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 20:45:39 +0000 (22:45 +0200)
commit3244659521798417810100904f39ae5dabe60a7f
treea98f45eff0f373127962db87268e75727e4f1ca8
parent665a399e1d1b26991988963260f043a63581138f
[3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942). (GH-31944)

(cherry picked from commit dd0082c627713634c7fd88ad33d18b5cc9f4a7b8)

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]