2022-04-14 15:04:38 +01:00

9 lines
115 B
Python

from pathlib import Path
import pytest
@pytest.fixture
def datadir():
return Path(__file__).parent / "data"