lmaf / tests /conftest.py
Lexai
feat(ci): add test suite and run tests in CI before deploy (#7)
4b7d391 unverified
raw
history blame contribute delete
153 Bytes
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
sys.path.insert(0, str(Path(__file__).parent.parent))