$npx -y skills add erichare/skill-route --skill python-testingTest Python applications with pytest fixtures, parametrization, temporary paths, and regression coverage.
| 1 | # Python Testing |
| 2 | |
| 3 | Use this skill when writing pytest suites, golden regression tests, fixtures, |
| 4 | and command-line integration checks for Python code. |
| 5 | |
| 6 | ## When to Use |
| 7 | |
| 8 | - Add pytest coverage for parser, database, routing, or CLI behavior. |
| 9 | - Build golden-route evals for agentic routing systems. |
| 10 | - Validate edge cases and error handling. |