python-testing
Installation
SKILL.md
Python Testing
Quick reference for Python testing with pytest, coverage, fixtures, and best practices.
When to Use This Skill
| Use this skill when... | Use pytest-advanced instead when... |
|---|---|
| Writing first pytest tests, learning fixtures and parametrization basics | Designing reusable conftest.py fixture hierarchies or parallel-execution markers |
Setting up coverage reporting and basic mocking with unittest.mock |
Tuning pytest-xdist, custom markers, or hookimpl plugins |
| Following TDD red-green-refactor cycles on a single module | Building shared fixture libraries across a multi-package test suite |