We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e81174 commit a016f1aCopy full SHA for a016f1a
tests/test_integration/test_workspace_io.py
@@ -25,9 +25,9 @@
25
from structurizr import Workspace, WorkspaceIO
26
27
28
-DEFINITIONS = Path("data") / "workspace_definition"
+DEFINITIONS = Path(__file__).parent / "data" / "workspace_definition"
29
EXAMPLES = Path(__file__).parent.parent.parent / "examples"
30
-VALIDATIONS = Path("data") / "workspace_validation"
+VALIDATIONS = Path(__file__).parent / "data" / "workspace_validation"
31
32
33
def pytest_generate_tests(metafunc) -> None:
0 commit comments