pytest-local
Use this skill when a Rally turn needs a repeatable local pytest check inside a prepared repo.
What It Does
- Run
uv run pytestfrom the prepared repo root. - Capture the exact command and result for test notes or repro steps.
- Keep the check local and repeatable.
Use It For
- Reproducing the seeded bug.
- Proving the local fix.
- Collecting the exact failing or passing test command for the next person.
Do Not Use It For
- Broad environment repair.
- Long-running non-pytest validation.
Source: aelaguiz/rally — distributed by TomeVault.