Description
Adds asyncio support to pytest. It helps developers write and run asynchronous tests for coroutines, async fixtures, event-loop behavior, and async Python libraries.
Async tests can hide race conditions or resource leaks if cleanup is incomplete. Close tasks, network clients, and event-loop resources explicitly.