A mocking library for aiohttp client requests to simplify testing. Current version 0.0.1, released infrequently. Designed for Python 3.6+.
pip install aiohttp-mockNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic mocking of a GET request with aiohttp-mock.
Use `async with AiohttpMock() as mock:` syntax.
Pin to exact version and review changelog before upgrading.
Ensure body is a string or use `data` with bytes if supported.
No resource links recorded.