python-testing-general
Installation
SKILL.md
Python Testing
Standards for writing reliable, isolated pytest tests in Python projects. Use this skill for test structure, fixtures, mocking, and test organization patterns.
When to Use This Skill
- Writing pytest tests for Python code
- Creating test fixtures and helpers
- Mocking external dependencies
- Organizing test files and directories
- Implementing parametrized tests
- Testing async code