# 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"