Generate comprehensive pytest test suite for FastAPI endpoints with async support
/plugin marketplace add Lobbi-Docs/claude/plugin install fastapi-backend@claude-orchestration[endpoint_or_service] [--unit] [--integration] [--e2e]# Generate FastAPI Test Suite Generate comprehensive pytest tests for FastAPI endpoints, services, or the entire application. ## Test Types 1. **Unit Tests** - Test individual functions/methods in isolation 2. **Integration Tests** - Test service + database interaction 3. **E2E Tests** - Test full request/response cycle ## Required Information Before generating, analyze: 1. **Target** - What to test (endpoint, service, model) 2. **Existing fixtures** - Check `conftest.py` for reusable fixtures 3. **Test patterns** - Match existing test style in project ## Fixture Template (conftest.py...