DEBSOURCES
Skip Quicknav
sources / python-cogent / 2024.5.7a1%2Bdfsg-3 / tests / conftest.py
12345678
import pathlib import pytest @pytest.fixture(scope="session") def DATA_DIR(): return pathlib.Path(__file__).parent / "data"