We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad79721 commit cdd30e4Copy full SHA for cdd30e4
tests/legacy/utils.py
@@ -12,6 +12,8 @@ class AsyncioTestCase(unittest.TestCase):
12
"""
13
Base class for tests that sets up an isolated event loop for each test.
14
15
+ Replace with IsolatedAsyncioTestCase when dropping Python < 3.8.
16
+
17
18
19
def __init_subclass__(cls, **kwargs):
0 commit comments