Pytest Agent Digest¶
A pytest plugin that generates compact Markdown digests designed for consumption by AI agents and LLMs.
Instead of the standard terminal output, pytest-agent-digest produces structured Markdown
that is typically ≥20% smaller in token count than raw pytest output —
keeping your context window budget under control.
What Next¶
To get going quickly, head over to the Quick Start tutorial, then check out the API Reference for more information. Developers should check out the Developer Guide for more detailed information and advice on extending Pytest Agent Digest.