DEBSOURCES
Skip Quicknav
sources / mintpy / 1.6.3-1 / tests / conftest.py
12345678
from pathlib import Path import pytest @pytest.fixture() def test_data_dir() -> Path: return Path(__file__).parent / 'data'