medirag / tests /conftest.py
alvinhenrick's picture
Add initial code
71308fa
raw
history blame
116 Bytes
from pathlib import Path
import pytest
@pytest.fixture
def data_dir():
return Path(__file__).parent / "data"