]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Dec 2021 14:35:56 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 14:35:56 +0000 (16:35 +0200)
commit9c06fd89514a9a2865e2adcc472095f6949cecb2
treef31aafbecc6c62735aed61146aef1ecbeb2f9c11
parent3d3615f41f4ea73fe6707eb3673dfab482cb6a2b
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_asyncio/test_locks.py
Lib/unittest/async_case.py
Misc/NEWS.d/next/Tests/2021-12-19-12-20-57.bpo-46129.I3MunH.rst [new file with mode: 0644]