testing-pytest
Installation
SKILL.md
Testing with pytest
When to Use
Use this skill when writing or reviewing Python tests with pytest. Covers fixture patterns, parametrize, mocking with unittest.mock, test organization, and CI configuration.
Patterns
[TODO: Add patterns]
Anti-Patterns
[TODO: Add anti-patterns]
Examples
[TODO: Add examples]