from __future__ import annotations from pathlib import Path import pytest @pytest.fixture(scope="session") def samples_dir() -> Path: return Path(__file__).parent.parent / "samples"