We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eca11 commit 28b6bf3Copy full SHA for 28b6bf3
README.md
@@ -9,7 +9,7 @@ async-pytest-httpserver is a fully asynchronous mock HTTP server for use in pyte
9
It is designed for testing code that performs HTTP requests (aiohttp, httpx, requests, etc.) without relying on real external services.
10
11
## Features
12
-- Fully asynchronous - implemented using aiohttp.web.Application
+- Fully asynchronous - implemented using aiohttp
13
- Dynamic runtime mocking - add or modify mock routes while the server is running
14
- Seamless integration with pytest-aiohttp and pytest-asyncio
15
- Real TCP server - works with any HTTP client (aiohttp, httpx, requests, etc.)
0 commit comments