概要
The Python Testing Patterns skill provides a standardized framework for building robust, high-coverage test suites in Python. It enables Claude to implement best practices such as the Arrange-Act-Assert (AAA) pattern, efficient fixture management for setup and teardown, and sophisticated mocking of external dependencies. Whether you're building unit tests for individual functions or complex integration tests for asynchronous APIs, this skill ensures your code is reliable, maintainable, and follows modern test-driven development (TDD) standards.