updated claude.md test instructs to consider checking for .env file if probems occur regarding unset envs
This commit is contained in:
@@ -19,6 +19,8 @@ uv run pytest --cov
|
|||||||
uv run pytest -m "not integration"
|
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
|
### Code Quality
|
||||||
```bash
|
```bash
|
||||||
# Format and lint code
|
# Format and lint code
|
||||||
|
|||||||
Reference in New Issue
Block a user