| name | python-testing |
| description | Test Python applications with pytest fixtures, parametrization, temporary paths, and regression coverage. |
| tags | ["python","testing","evals"] |
| requires | ["python-patterns"] |
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.