This skill equips Claude with specialized knowledge to design, implement, and optimize Python test suites. It focuses on the Test-Driven Development (TDD) lifecycle—Red, Green, Refactor—while providing deep expertise in pytest features like fixtures, parametrization, and markers. Whether you are building a new codebase from scratch or improving the coverage of existing applications, this skill ensures best practices for unit testing, integration testing, and complex scenario mocking, including asynchronous code and exception handling.
主要功能
01Advanced pytest fixture management with scoping and teardown logic
02Asynchronous code testing support using pytest-asyncio
03Parameterized testing for efficient edge-case validation
04Standardized TDD workflow (Red-Green-Refactor) integration
05Comprehensive mocking and patching for external dependencies
060 GitHub stars