streamsearch / tests /conftest.py
sharmaaryan's picture
Phase 0: shared search core + reproducible corpus
61d5e4e
Raw
History Blame Contribute Delete
213 Bytes
import sys
from pathlib import Path
# Make src/ importable without an editable install.
ROOT = Path(__file__).resolve().parents[1]
SRC = ROOT / "src"
if str(SRC) not in sys.path:
sys.path.insert(0, str(SRC))