Description
Supports testing Tornado asynchronous code with pytest. It helps projects run coroutine-based tests and check Tornado application behavior under Python 3 async patterns.
Event-loop tests can leave pending tasks or sockets open. Make teardown explicit and isolate ports and clients.