clarke / tests /conftest.py
yashvshetty's picture
Clarke: NHS clinical documentation system
9636a02
Raw
History Blame
233 Bytes
"""Pytest configuration for Clarke test imports."""
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))