diff --git a/test/py/testing.py b/test/py/testing.py index 4b45d99..103ed48 100644 --- a/test/py/testing.py +++ b/test/py/testing.py @@ -118,11 +118,11 @@ def create_repo_cpp_unit_test(repo: Repository, path_repo: Path, path_unit_test: unit_test = f""" -TEST_CASE("{repo.author} - {repo.project} - {file_name} : Check File {full_path}", "[Misc]") +TEST_CASE("{repo.author} - {repo.project} - {file_name} : Check File {full_path.as_posix()}", "[Misc]") {{ configure_spdlog(); - const fs::path inputFile{{"{full_path}"}}; + const fs::path inputFile{{"{full_path.as_posix()}"}}; OOCP::ParserConfig cfg = get_parser_config();