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

This commit is contained in:
CyrilWaechter
2022-11-22 23:25:11 +01:00
parent 0bc3543914
commit 09c8268494
+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: