asynctest
asynctest copied to clipboard
Cleanup warnings when running tests with PYTHONASYNCIODEBUG=1
Running tests with PYTHONASYNCIODEBUG=1 generates a lot of warning messages.
We should check if they're generated by asynctest or by the test, and fix them in both cases.