1
0
Fork 0
textual-textarea/tests/conftest.py
Daniel Baumann c6da052ee9
Adding upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 11:29:34 +01:00

9 lines
140 B
Python

from pathlib import Path
import pytest
@pytest.fixture
def data_dir() -> Path:
here = Path(__file__)
return here.parent / "data"