Skip to content

Commit 27eca11

Browse files
committed
docs
1 parent 462ced6 commit 27eca11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
[![PyPI](https://img.shields.io/pypi/v/async-pytest-httpserver.svg)](https://pypi.org/project/async-pytest-httpserver/)
33
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/async-pytest-httpserver?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/async-pytest-httpserver)
44

5+
No AI was used in the creation of this library.
56

67
async-pytest-httpserver is a fully asynchronous mock HTTP server for use in pytest tests, built on top of aiohttp.
78

89
It is designed for testing code that performs HTTP requests (aiohttp, httpx, requests, etc.) without relying on real external services.
910

1011
## Features
1112
- Fully asynchronous - implemented using aiohttp.web.Application
12-
- Dynamic runtime mocking add or modify mock routes while the server is running
13+
- Dynamic runtime mocking - add or modify mock routes while the server is running
1314
- Seamless integration with pytest-aiohttp and pytest-asyncio
14-
- Real TCP server works with any HTTP client (aiohttp, httpx, requests, etc.)
15-
- Supports async handlers easily define coroutine-based responses
15+
- Real TCP server - works with any HTTP client (aiohttp, httpx, requests, etc.)
16+
- Supports async handlers - easily define coroutine-based responses

0 commit comments

Comments
 (0)