Compare commits

...

2 Commits

Author SHA1 Message Date
sdk-dev fff74fb522 fix(tests): restore _clean_model_env autouse fixture from main
Main added _clean_model_env to isolate tests from MODEL/MODEL_PROVIDER/
MOLECULE_MODEL env vars. Accept main's version directly; this branch
originally carried only the per-test monkeypatch.delenv fix which
is now redundant (the fixture handles it).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 11:40:17 +00:00
sdk-dev 1c04ab5b37 fix(tests): accept _clean_model_env autouse fixture from main
Merged main's _clean_model_env fixture which handles MODEL* env var
isolation for all config tests at the session level. Removed redundant
per-test monkeypatch.delenv calls from test_load_config_basic and
test_load_config_defaults since the fixture covers it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 11:40:17 +00:00

Diff Content Not Available