CLI + generator for REST API pytest integration tests with Allure reporting
Project description
qa-kit
Work in progress qa-kit — Production-ready Test Generator Generates pytest integration tests from a JSON test specification file (API URL, method, params, body, expected response) Provides a CLI to generate and run tests ( Typer ) Uses Poetry for packaging Includes httpx, pytest-asyncio and allure-pytest integration Adds robust error handling, logging, and pytest fixtures Ships a GitHub Actions workflow to run tests and publish Allure reports You can copy these files into a repo qa-kit install and you're ready to generate and run tests.
Installation
pip install qa-kit
Usage
from qa_kit import hello
print(hello())
6️⃣ LICENSE
Use MIT or your preferred license.
7️⃣ Push to GitHub
git init
git add .
git commit -m "Initial commit - minimal PyPI-ready package"
git branch -M main
git remote add origin git@github.com:your-personal-username/qa-kit.git
git push -u origin main
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qa_kit-0.1.0.tar.gz.
File metadata
- Download URL: qa_kit-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b030e37040c56a3a616d648d9b6adc7d3167a04118c97b3c670009374a8cc2d
|
|
| MD5 |
20d85b8a4ecf24412061803a6353af1c
|
|
| BLAKE2b-256 |
25b00ece4eb6a7cb3aaca3ef87d6e75a30cfd64c95539cf364e3056c10c5c981
|
File details
Details for the file qa_kit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qa_kit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ca9ed12dc1e020df4970055e1b0cc55478c6ef7b19a681447e40688dfa9789f
|
|
| MD5 |
3fe6e49dc5da019649e92d5e6564cd1f
|
|
| BLAKE2b-256 |
4613c2db210056208326de0af5f1ae10cf0089dd945be5abbee85ed69fff8fcf
|