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 context
- If snapshots are outdated:
python -m pytest tests/ --snapshot-update - Suggest fixes for repeated failures