概要
The Python Testing Standards skill equips Claude with a specialized framework for writing robust, maintainable tests. It emphasizes invariant-based testing—verifying what should always be true rather than simply proving a bug existed—and enforces strict Test-Driven Development (TDD) workflows. By utilizing modern patterns like Pydantic for test data, patch.object for mocking, and the extraction of pure functions for maximum testability, this skill ensures your Python codebase maintains high coverage and architectural integrity.