fugee / tests /conftest.py
helmo's picture
[T011+] Env config: uv venv, .env loader, remote Ollama host + model
2af1cec
Raw
History Blame Contribute Delete
216 Bytes
"""Shared pytest fixtures / setup.
Loads the repo `.env` (OLLAMA_HOST, MODEL_ID, …) so tests that hit the real
model use the same configuration as the running app.
"""
from app.config import load_env
load_env()