关于
The testing-python skill for Claude Code enforces a robust testing framework based on three distinct levels: Unit, Integration, and E2E. It prioritizes 'Maximum Confidence' by discouraging the mocking of external services in favor of dependency injection and real-world testing environments like Docker. This skill provides Python-specific implementation patterns, data factories, and pytest configurations to ensure code reliability across different execution speeds and infrastructure requirements, moving away from brittle implementation-detail testing toward observable behavior validation.