You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Currently most of the tests fails when running the test suite on windows in the pipeline (well, on real machines too I expect).
The problem is that paths on windows use
\instead of/, which creates test fails such as these:I can't think of any other solution than to pass all the strings through some function that fixes the paths depending on platform in all the tests.