python-testing
Installation
SKILL.md
Python Testing Skill
When to Activate
Activate this skill when:
- Writing Python unit tests
- Creating test files or test directories
- Setting up pytest configuration
- Working with test fixtures or mocking
- Running tests or checking coverage
Quick Commands
# Run all tests
uv run pytest
# Run specific file
uv run pytest tests/test_auth.py