py-test-quality
Installation
SKILL.md
Python Test Quality Analysis
Measure test coverage and verify test suite effectiveness using coverage analysis and mutation testing.
Objectives
- Measure code coverage comprehensively
- Identify untested code paths
- Verify test suite catches bugs (mutation testing)
- Enable safe refactoring through high test coverage
- Track coverage trends over time
Required Tools
Add to [dependency-groups] dev: "pytest", "pytest-cov", "mutmut", "coverage"
Optional: "cosmic-ray" (advanced mutation testing)