Build Validator - adviser_allocation
Validates code changes for the adviser allocation engine.
When to Use
Run after modifying allocation logic, API endpoints, or Firestore interactions.
Commands
# Run tests with coverage
pytest tests/ -v --cov=src/adviser_allocation
# Lint check
uv run ruff check src/ tests/
# Type check
mypy src/
Key Test Areas
- Allocation algorithm:
tests/test_allocation.py - API endpoints:
tests/test_api.py - Firestore operations:
tests/test_firestore.py - Employment Hero sync:
tests/test_eh_sync.py
Deployment Note
This repo deploys to Cloud Run. CI/CD auto-deploys on push to main if tests pass.
Skills similaires
TDD Red-Green-Refactor
Testing
Skill qui guide Claude a travers le cycle TDD complet.
Claude CodeWindsurfintermediate
650
189
2,210
Audit d'Accessibilité Web
Testing
Réalise un audit d'accessibilité web complet selon les normes WCAG.
claudeCursorWindsurfintermediate
129
37
516
Générateur de Tests UAT
Testing
Génère des cas de test d'acceptation utilisateur structurés et complets.
claudechatgptintermediate
87
24
440