xref: /aosp_15_r20/external/fonttools/Tests/designspaceLib/fixtures.py (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
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