codyze icon indicating copy to clipboard operation
codyze copied to clipboard

Fix Windows Path Issues in Codyze Tests

Open CodingDepot opened this issue 8 months ago • 1 comments

Some Codyze Tests still do not behave correctly when executed under certain conditions:

  • The VersionProviderTest does not correctly handle Windows paths that include spaces
  • The PluginTests fails with absolute Windows paths due to the semicolon in the path string

These Issues are fixed with this PR. I also plan to close #389 together with merging this issue.

CodingDepot avatar Jul 03 '24 08:07 CodingDepot