1
0
Fork 0
textual-textarea/tests/conftest.py

10 lines
140 B
Python
Raw Normal View History

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