]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 19 Dec 2021 15:17:40 +0000 (17:17 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 15:17:40 +0000 (17:17 +0200)
commitcdb4579607ad5e0a3978ec29b8407bea4d19b4fa
treebaed0a84b2e8707719c1f27f8960bda92bd92d97
parent9a28cf19b5d5f79eb072afc582f7baa9e7bd3ac2
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30202)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>.
(cherry picked from commit 9c06fd89514a9a2865e2adcc472095f6949cecb2)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.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]