1*e1fe3e4aSElliott Hughesfrom pathlib import Path 2*e1fe3e4aSElliott Hughes 3*e1fe3e4aSElliott Hughesimport pytest 4*e1fe3e4aSElliott Hughes 5*e1fe3e4aSElliott Hughes 6*e1fe3e4aSElliott Hughes@pytest.fixture 7*e1fe3e4aSElliott Hughesdef datadir(): 8*e1fe3e4aSElliott Hughes return Path(__file__).parent / "data" 9