DEBSOURCES
Skip Quicknav
sources / fontmake / 3.11.1-1 / tests / conftest.py
12345678
from pathlib import Path import pytest @pytest.fixture(scope="session") def data_dir(): return Path(__file__).parent / "data"