Skip to content

Commit 462ced6

Browse files
committed
publish
1 parent aa42aa4 commit 462ced6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# async-pytest-httpserver
2+
[![PyPI](https://img.shields.io/pypi/v/async-pytest-httpserver.svg)](https://pypi.org/project/async-pytest-httpserver/)
3+
[![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)
4+
5+
26
async-pytest-httpserver is a fully asynchronous mock HTTP server for use in pytest tests, built on top of aiohttp.
37

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

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ dev = [
1818
"ruff>=0.14.8",
1919
"wemake-python-styleguide>=1.4.0",
2020
]
21+
22+
[build-system]
23+
requires = ["hatchling"]
24+
build-backend = "hatchling.build"
25+
26+
[tool.hatch.build.targets.wheel]
27+
packages = ["async_pytest_httpserver"]
28+
29+
[project.urls]
30+
Homepage = "https://github.com/krylosov-aa/async-pytest-httpserver"

0 commit comments

Comments
 (0)