diff --git a/concat/tests/test_execute.py b/concat/tests/test_execute.py index 87c679d..e5ee526 100644 --- a/concat/tests/test_execute.py +++ b/concat/tests/test_execute.py @@ -77,7 +77,7 @@ def test_preamble(self) -> None: def test_import_resolution_location(self) -> None: """Test that imports are resolved from the given directory.""" - test_module_path = pathlib.Path(__file__) / '../fixtures/' + test_module_path = (pathlib.Path(__file__) / '../fixtures/').resolve() globals_dict: dict = {} concat.execute.execute( '',