소개
Standardizes Python test suites by providing comprehensive guidelines and implementation patterns for the pytest ecosystem. It enforces best practices such as test isolation, fixture reuse via conftest.py, and appropriate mocking strategies to ensure fast, reliable, and side-effect-free test execution. The skill covers advanced scenarios including time manipulation with freezegun, parametrization to reduce duplication, and specialized configurations for testing FastAPI applications and asynchronous code.