# Pytest Local

> Run `uv run pytest` in a prepared repo when a Rally turn needs a local repro or proof. Use when this capability is needed.

- Skill: `tomevault-io/pytest-local` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pytest-local`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pytest-local/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/pytest-local

---


# 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 pytest` from 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](https://github.com/aelaguiz/rally) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

