DEBSOURCES
Skip Quicknav
sources / python-statmake / 0.6.0-1 / tests / conftest.py
12345678
from pathlib import Path import pytest @pytest.fixture def datadir() -> Path: return Path(__file__).parent / "data"