name: run-tests description: Run the full test suite and provide a summary
Run Tests
- Run:
python -m pytest tests/ -v --tb=short 2>&1 - Summary: how many tests passed/failed/skipped
- On failure: show only the FAILED/ERROR lines with full traceback
- For snapshot failures: suggest
python -m pytest tests/ --snapshot-updateto regenerate - Suggest fixes for repeated failures