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