oracle / conftest.py
vivek gangadharan
base1
112812c
Raw
History Blame Contribute Delete
334 Bytes
# pytest config for the Oracle test suite (live tests live in tests/test_oracle.py).
# Force the LLM off so tests are fully offline/deterministic (no model download,
# no network). Production defaults the model ON; tests exercise the engine.
import os
os.environ["ORACLE_QUESTION_LLM"] = "0"
os.environ["ORACLE_DISCOVERY_WEB"] = "0"