Description
Adds pytest fixtures and markers for asynchronous Tornado applications. It helps developers test Tornado handlers, clients, event loops, and async web behavior with less setup code.
Async web tests may open ports, run event loops, and capture request data. Keep test servers local and clean up resources after each run.