mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
3d3615f41f
commit
9c06fd8951
3 changed files with 214 additions and 261 deletions
|
@ -5,7 +5,6 @@ import warnings
|
|||
from .case import TestCase
|
||||
|
||||
|
||||
|
||||
class IsolatedAsyncioTestCase(TestCase):
|
||||
# Names intentionally have a long prefix
|
||||
# to reduce a chance of clashing with user-defined attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue