pytest

Installation
SKILL.md

pytest

When to Use

  • Writing Python tests
  • Test fixtures and setup
  • Mocking dependencies

When NOT to Use

  • JavaScript or TypeScript testing -- use the testing/vitest skill instead
  • Projects that explicitly mandate unittest-only by convention with no pytest dependency
  • Non-Python test files or environments

Core Patterns

1. Fixtures

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
pytest — duthaho/claudekit