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
Installs
70
GitHub Stars
5
First Seen
Feb 5, 2026
python-testing — autumnsgrove/groveengine