thousandeyes-sdk-python/thousandeyes-sdk-dashboards/test/conftest.py
2026-08-03 16:04:35 +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))