"""Shared fixture paths after the periscope/src vs periscope/dependency split.""" from __future__ import annotations from pathlib import Path REPO_ROOT = Path(__file__).resolve().parents[1] SIMPLE_PROJECT = REPO_ROOT / "periscope" / "dependency" / "simple_project" TAXONOMY = REPO_ROOT / "periscope" / "src" / "taxonomy" FIXTURES = REPO_ROOT / "tests" / "fixtures"