Skip to content

Commit 94cd76e

Browse files
Oleksandr Muzyka (EPAM)Oleksandr Muzyka (EPAM)
authored andcommitted
Refactor resource path in test_cli_functions to improve clarity and maintainability
1 parent c5aaf25 commit 94cd76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/esmf-aspect-meta-model-python/tests/integration/test_cli_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from esmf_aspect_meta_model_python.samm_cli.base import SammCli
2323

24-
RESOURCE_PATH = os.getcwd() / Path("tests/integration/resources/org.eclipse.esmf.test.general/2.1.0")
24+
RESOURCE_PATH = Path(__file__).parent / "resources" / "org.eclipse.esmf.test.general" / "2.1.0"
2525

2626

2727
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)