We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fb93b commit 5571204Copy full SHA for 5571204
1 file changed
tests/test_prompt_override.py
@@ -42,5 +42,6 @@ def walk(_path):
42
43
monkeypatch.setattr(prompts_module, "CURRENT_DIR", str(tmp_path))
44
monkeypatch.setattr(prompts_module.os, "walk", walk)
45
+ monkeypatch.delenv("PROMPTS_DIR", raising=False)
46
47
assert [prompt.content for prompt in prompts_module._load_prompts()] == ["a", "z"]
0 commit comments