pytest
Installation
SKILL.md
Pytest Testing Skill
Write and run Python tests using pytest with Test-Driven Development (TDD).
Before Implementation
Gather context to ensure successful test implementation:
| Source | Gather |
|---|---|
| Codebase | Existing test structure, conftest.py patterns, fixtures in use |
| Conversation | What code to test, expected behavior, edge cases |
| Skill References | Testing patterns from references/ directory |
| User Guidelines | Project testing conventions, coverage requirements |