# Python Testing

> Test Python applications with pytest fixtures, parametrization, temporary paths, and regression coverage.

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

---


# Python Testing

Use this skill when writing pytest suites, golden regression tests, fixtures,
and command-line integration checks for Python code.

## When to Use

- Add pytest coverage for parser, database, routing, or CLI behavior.
- Build golden-route evals for agentic routing systems.
- Validate edge cases and error handling.


