pytest
Installation
SKILL.md
pytest
When to Use
- Writing Python tests
- Test fixtures and setup
- Mocking dependencies
When NOT to Use
- JavaScript or TypeScript testing -- use the
testing/vitestskill instead - Projects that explicitly mandate unittest-only by convention with no pytest dependency
- Non-Python test files or environments