Enable "asyncio debug mode" for default event loop #980
Open
Description
The Python asyncio
library has a debug mode, which is supposed to ease developing: https://docs.python.org/3/library/asyncio-dev.html#debug-mode
What about enabling this in pytest-asyncio
for the default event loop? This could be made configurable via a config option.