httrace
Capture real production HTTP traffic and automatically generate integration tests.
Install
pip install httrace
Quick start
from httrace import HttraceCaptureMiddleware
app.add_middleware(
HttraceCaptureMiddleware,
api_key="ht_...",
service="my-api",
)
Then generate tests:
httrace generate
Full documentation: httrace.com/docs
Release files for httrace 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| httrace-0.1.1.tar.gz | 10.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| httrace-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.4 kB
Release files / httrace-0.1.1.tar.gz
| Download URL | httrace-0.1.1.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
49ce71a4b909b570f6efcb25cb44173dc916fc45fb62ab9fb765c04b7af2b52c
|
|
BLAKE2b-256 checksum How to use checksums |
62c16da688e1abbfa619a59081f048fee6e9a025f914206b348cafdaa1b8940c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|
Release files / httrace-0.1.1-py3-none-any.whl
| Download URL | httrace-0.1.1-py3-none-any.whl |
|---|---|
| Size | 10.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b46d4da157e640ddcd47115a3d3a9eb8613c8fbbc20dc05ed7b3e9cc1b38cae
|
|
BLAKE2b-256 checksum How to use checksums |
1078ea1ab2af97c4fd1a139cce85451b132ea836ac21e0e73850681e287ba228
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.6
|