aboutsummaryrefslogblamecommitdiffstats
path: root/datamaps/tests/conftest.py
blob: 22f20bfd0a6ea76c8682edd986e587ac7050b4a4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                             
import os

import pytest
from pathlib import Path


@pytest.fixture
def master() -> Path:
    return Path.cwd() / "tests" / "resources" / "master.xlsx"