From 9553a01252a21839c6b5aa264261ac4421843ad2 Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Thu, 23 Apr 2020 09:54:59 +0100 Subject: fix test to make it work on Windows? --- datamaps/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamaps/tests/conftest.py b/datamaps/tests/conftest.py index 97d4c76..aa59301 100644 --- a/datamaps/tests/conftest.py +++ b/datamaps/tests/conftest.py @@ -9,7 +9,7 @@ from engine.config import Config @pytest.fixture def master() -> Path: - return Path.cwd() / "tests" / "resources" / "master.xlsx" + return Path.cwd() / "datamaps" / "tests" / "resources" / "master.xlsx" @pytest.fixture -- cgit v1.2.3