statement-to-tikz / tests /conftest.py
will702's picture
Upload folder using huggingface_hub
eab734a verified
Raw
History Blame Contribute Delete
172 Bytes
from __future__ import annotations
from pathlib import Path
import pytest
from helpers import FIXTURES
@pytest.fixture
def fixtures_dir() -> Path:
return FIXTURES