Fix path for ci (root at src/ifcopenshell-python)

This commit is contained in:
CyrilWaechter
2022-11-22 23:25:11 +01:00
committed by Dion Moult
parent b76933b95f
commit 71f1236252
+1 -1
View File
@@ -21,7 +21,7 @@ import pytest
import ifcopenshell
TEST_FILE_DIR = Path("./test/input/")
TEST_FILE_DIR = Path("../../test/input/")
class TestOpen: