1from pathlib import Path 2 3import pytest 4 5 6@pytest.fixture 7def datadir(): 8 return Path(__file__).parent / "data" 9