From 71f1236252092b11c9f88585a694c4aa19853065 Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Tue, 22 Nov 2022 23:25:11 +0100 Subject: [PATCH] Fix path for ci (root at src/ifcopenshell-python) --- src/ifcopenshell-python/test/test_open.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/test/test_open.py b/src/ifcopenshell-python/test/test_open.py index 6bb3ecfb27..02b2f32599 100644 --- a/src/ifcopenshell-python/test/test_open.py +++ b/src/ifcopenshell-python/test/test_open.py @@ -21,7 +21,7 @@ import pytest import ifcopenshell -TEST_FILE_DIR = Path("./test/input/") +TEST_FILE_DIR = Path("../../test/input/") class TestOpen: