The Pytest Runner skill streamlines Python testing within Claude Code by automating environment validation, test discovery, and execution. It provides robust support for pytest features like fixtures, custom markers, and parallel processing, while ensuring code quality through integrated coverage reporting. Designed with cognitive architecture principles, it handles failure recovery by diagnosing common errors such as ImportErrors or FixtureErrors and attempting targeted retries, making it an essential tool for maintainable, production-grade AI-augmented software development.
주요 기능
01Automated virtual environment detection and activation
02Comprehensive test discovery and marker-based filtering
03Parallel test execution via pytest-xdist integration
04102 GitHub stars
05Integrated code coverage reporting with HTML export support
06Intelligent failure diagnosis and automated recovery protocols