d4272b2
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"