Coverage for tests/fixtures/asyncio.py: 60.00%

5 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-03-09 17:28 +0100

1class ClassContainingCoroutineMethod: 

2 async def coroutine_method(self) -> None: 

3 return 

4 

5async def coroutine_function() -> None: 

6 return