pytest-llm-report
Human-friendly pytest test reports with optional LLM annotations.
Features
- Test inventory with status (pass/fail/skip/xfail) and duration
- Per-test covered files and line ranges (using pytest-cov + coverage contexts)
- Per-file source coverage summary (covered/missed/percentage)
- Optional LLM-generated annotations:
- Scenario: What the test verifies
- Why needed: What regression/bug it prevents
- Key assertions: Critical checks performed
- Smart Context: Automatically fetches model context limits (Gemini, Ollama, LiteLLM) to maximize relevant code included in prompts without hitting token limits.
- Compact Context: Automatically strips docstrings and optimizes whitespace to reduce token consumption (enabled by default).
- Token Usage Reporting: Tracks and displays input, output, and total token usage for each annotation and the entire test run.
- HTML and JSON output formats
- Dark mode support (auto-detects system preference)
- Optional PDF generation
- Detailed Versioning: Reports include exact plugin and repository versions (plus Git SHA/dirty status) for reproducibility
- Aggregation across multiple test runs (see Aggregation)
Installation
pip install pytest-llm-report
Or with uv:
uv add pytest-llm-report
Optional Dependencies
Install additional features as needed:
# Ollama provider
pip install pytest-llm-report[ollama]
# Gemini provider
pip install pytest-llm-report[gemini]
# LiteLLM provider (supports OpenAI, Anthropic, etc.)
pip install pytest-llm-report[litellm]
# PDF generation
pip install pytest-llm-report[pdf]
# All features
pip install pytest-llm-report[all]
With uv:
uv add "pytest-llm-report[ollama]" # or gemini, litellm, pdf, all
Quick Start
Run pytest with coverage contexts enabled:
pytest --cov=your_package --cov-context=test --llm-report=report.html
Configuration
Configure via pyproject.toml:
[tool.pytest_llm_report]
provider = "none" # "none", "ollama", "litellm", or "gemini"
report_json = "reports/pytest_llm_report.json"
Documentation
📖 Full documentation: palakpsheth.github.io/pytest-llm-report
Requirements
- Python 3.11+
- pytest >= 7.0.0
- pytest-cov >= 4.0.0
Contributing
Contributions are welcome! Please see:
- Contributing Guide - Development setup and guidelines
- Code of Conduct - Community guidelines
- Security Policy - Reporting vulnerabilities
- Changelog - Version history
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest_llm_report-0.2.1.tar.gz
(134.0 kB
view details)
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 pytest_llm_report-0.2.1.tar.gz.
File metadata
- Download URL: pytest_llm_report-0.2.1.tar.gz
- Upload date:
- Size: 134.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f9a5550ccfc63c3fb25aca6df01d73db05728c70cfec3a72eed418ef42f03d7
|
|
| MD5 |
03ba033e3aeb987e74aba24a00144ff6
|
|
| BLAKE2b-256 |
73ab304433352c63bb42ef5b3e214ebdc73cba1fe5b8999ed9241f9345791bd0
|
File details
Details for the file pytest_llm_report-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pytest_llm_report-0.2.1-py3-none-any.whl
- Upload date:
- Size: 82.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbb177567aada84b18d9d2d788cc03a71fcec92295252b9f4ba535667b25b709
|
|
| MD5 |
42a0779b9a7a9cc6d6ab82837f9277be
|
|
| BLAKE2b-256 |
473364cecff85ddeb8f3eeb99869f8134e139603dc478e24398fda48086750b4
|