from pathlib import Path
TESTS_ROOT_DIR = Path(__file__).parent
INGESTION_ROOT_DIR = TESTS_ROOT_DIR.parent
REPO_ROOT_DIR = INGESTION_ROOT_DIR.parent