Skip to content

Commit 28b6bf3

Browse files
committed
docs
1 parent 27eca11 commit 28b6bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-pytest-httpserver is a fully asynchronous mock HTTP server for use in pyte
99
It is designed for testing code that performs HTTP requests (aiohttp, httpx, requests, etc.) without relying on real external services.
1010

1111
## Features
12-
- Fully asynchronous - implemented using aiohttp.web.Application
12+
- Fully asynchronous - implemented using aiohttp
1313
- Dynamic runtime mocking - add or modify mock routes while the server is running
1414
- Seamless integration with pytest-aiohttp and pytest-asyncio
1515
- Real TCP server - works with any HTTP client (aiohttp, httpx, requests, etc.)

0 commit comments

Comments
 (0)