thousandeyes-sdk-python/thousandeyes-sdk-alerts/test/conftest.py
2026-07-30 15:38:56 +00:00

8 lines
245 B
Python

import sys
from pathlib import Path
_repo_root = Path(__file__).resolve().parents[2]
_core_test_support = _repo_root / "thousandeyes-sdk-core" / "test"
if str(_core_test_support) not in sys.path:
sys.path.insert(0, str(_core_test_support))