From df5f85e0c6e10ea50bd13e1964c7883d3b815b0a Mon Sep 17 00:00:00 2001 From: yuisheaven <91854357+yuisheaven@users.noreply.github.com> Date: Sat, 4 Oct 2025 04:28:59 +0200 Subject: [PATCH] updated claude.md test instructs to consider checking for .env file if probems occur regarding unset envs --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 0ffc880..a818c71 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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