Support for IsolatedAsyncioTestCase
Added support for isolated asyncio test cases:
class SomeTests(IsolatedAsyncioTestCase):
async def test_example(self):
verify("something")Added support for isolated asyncio test cases:
class SomeTests(IsolatedAsyncioTestCase):
async def test_example(self):
verify("something")