# 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"))