duka_demo / tests /conftest.py
emmzy550
Duka AI: SME finance workspace — consolidated snapshot (2026-05-07)
63f0c94
Raw
History Blame Contribute Delete
181 Bytes
from __future__ import annotations
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))