pytest-builder
Installation
SKILL.md
Pytest Builder
Build comprehensive test suites for Python projects using pytest, with specialized support for FastAPI, async code, and SQLModel/SQLAlchemy.
Quick Start
Generate test file from existing code:
python3 scripts/generate_test.py myapp/users.py --type unit
Setup pytest configuration:
python3 scripts/setup_pytest_config.py . --template fastapi