소개
Python Testing Patterns equips Claude with a specialized framework for creating maintainable and comprehensive test suites for any Python project. It covers the entire testing lifecycle, from basic unit tests using the Arrange-Act-Assert (AAA) pattern to complex scenarios involving asynchronous operations, external API mocking, and environment variable manipulation. By utilizing standardized templates for fixtures, parameterization, and exception handling, this skill ensures that your Python code is verified against edge cases and regression-tested efficiently within your CI/CD pipeline.