DEBSOURCES
Skip Quicknav
sources / textual-textarea / 0.17.2-1 / tests / conftest.py
123456789
from pathlib import Path import pytest @pytest.fixture def data_dir() -> Path: here = Path(__file__) return here.parent / "data"