Description
Adds pytest fixtures and helpers for testing aiohttp applications and clients. It helps developers exercise asynchronous web handlers, HTTP clients, and aiohttp app behavior inside test suites.
HTTP tests may start local servers or use network-like behavior. Keep ports, event loops, and test data isolated to avoid interfering with the developer machine.