acb / tests /conftest.py
Kagan Tek
merge
79d4fd5
Raw
History Blame Contribute Delete
201 Bytes
# shared test configuration
import sys
from pathlib import Path
# add src/ to path so internal imports like 'from config import ...' work
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))