updated claude.md test instructs to consider checking for .env file if probems occur regarding unset envs

This commit is contained in:
yuisheaven
2025-10-04 04:28:59 +02:00
parent 76dce41ed9
commit df5f85e0c6
+2
View File
@@ -19,6 +19,8 @@ uv run pytest --cov
uv run pytest -m "not integration"
```
! Hint: If the tests are failing due to missing environment variables, then usually the correct .env has not been created or not correctly configured yet.
### Code Quality
```bash
# Format and lint code