Previously only ran tests/unit/, now runs tests/ to match test_backend.sh workflow (513 tests instead of 239). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -66,10 +66,10 @@ jobs:
pip install -r requirements.txt
pip install pytest pytest-asyncio pytest-cov
- - name: Run unit tests
+ - name: Run tests
run: |
cd backend
- python -m pytest tests/unit/ -v --tb=short -m "not slow"
+ python -m pytest tests/ -v --tb=short
# ============================================================================
# Frontend Checks