codyze
codyze copied to clipboard
Fix Windows Path Issues in Codyze Tests
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.