diff --git a/test/py/testing.py b/test/py/testing.py index 103ed48..084d4c8 100644 --- a/test/py/testing.py +++ b/test/py/testing.py @@ -114,7 +114,7 @@ def create_repo_cpp_unit_test(repo: Repository, path_repo: Path, path_unit_test: for file in repo.files: file_name = os.path.basename(file.path) - full_path = os.path.normpath(path_repo / file.path) + full_path = Path(os.path.normpath(path_repo / file.path)) unit_test = f"""