소개
The Pytest Testing Assistant optimizes your Python development process by guiding Claude to generate focused, standalone test functions rather than complex, nested test classes. It emphasizes the Arrange-Act-Assert (AAA) pattern, descriptive naming conventions, and minimal fixture usage to ensure your test suite remains highly readable and maintainable. This skill is perfect for developers looking to implement testing best practices, leverage parametrization for data-driven tests, and maintain a high standard of code quality through isolated, behavior-driven unit testing.