asyncio: Add a test for asyncio.iscoroutine().
Test that asyncio.iscoroutine() supports 'async def' coroutines and collections.abc.Coroutine types.
Showing
Please register or sign in to comment
Test that asyncio.iscoroutine() supports 'async def' coroutines and collections.abc.Coroutine types.