]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 16 Mar 2022 19:49:18 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Mar 2022 19:49:18 +0000 (21:49 +0200)
commitdd0082c627713634c7fd88ad33d18b5cc9f4a7b8
treee9f434eaa1982990b396cd360617b595f285dec9
parentdbbe4d2d0075fa0e95b069fb4780d79aae3514c7
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
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]