Goal
Add automated tests for the backend root and health endpoints using pytest.
Acceptance Criteria
- pytest is installed
- httpx is installed for FastAPI TestClient
- backend/requirements.txt is updated
- backend/tests/ folder is created
- test for GET / is added
- test for GET /health is added
- all tests pass locally
Goal
Add automated tests for the backend root and health endpoints using pytest.
Acceptance Criteria