pytest-fixture-generator
Installation
SKILL.md
Pytest Fixture Generator
Generate standardized pytest configuration compliant with workspace-hub testing standards.
Quick Start
# Generate pytest configuration
/pytest-fixture-generator
# Generate with specific markers
/pytest-fixture-generator --markers unit,integration,slow
# Generate for specific module structure
/pytest-fixture-generator --src-path src/modules