Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
115 B
Python
Raw Permalink Normal View History

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