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.
The Python
asynciolibrary has a debug mode, which is supposed to ease developing: https://docs.python.org/3/library/asyncio-dev.html#debug-modeWhat about enabling this in
pytest-asynciofor the default event loop? This could be made configurable via a config option.