概要
Pytest Pattern Enforcer is a specialized skill for Claude Code designed to elevate the quality of Python test suites. It automatically guides Claude to implement the Arrange-Act-Assert (AAA) structure, utilize session-scoped fixtures, and apply sophisticated parametrization. By enforcing these patterns, the skill helps developers maintain readable, maintainable, and comprehensive test coverage while avoiding common pitfalls such as mutable fixtures and unorganized test logic. It is particularly useful for projects requiring complex mocking or asynchronous testing support.