Metadata-Version: 2.3
Name: pytest-testmap
Version: 0.2.0
Summary: Pytest plugin for testmap: annotate tests and collect the validation matrix.
Author: Tyler Riccio
Author-email: Tyler Riccio <tylerriccio8@gmail.com>
Requires-Dist: pytest>=9.1.1
Requires-Dist: testmap
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# pytest-testmap

Pytest plugin for testmap. Provides the `@testmap(feature=..., kind=...)`
decorator, collects annotated tests during a run, and exposes `--testmap`
(terminal matrix) and `--testmap-json PATH` (machine-readable report).
