gemini-testing / gemini

💀💀💀[DEPRECATED] Use hermione
https://github.com/gemini-testing/hermione
MIT License
1.5k stars 149 forks source link

Windows fixes #906

Open generalov opened 6 years ago

generalov commented 6 years ago

This PR is about porting to Windows. There are differences in files system paths on *nix and Windows.

*nix paths and URL paths look like the similar. But there are completely different on Windows. So it need to be careful then converting the ones to the others.

[x]: Fix tests for file system paths [x]: Fix URL construction

generalov commented 6 years ago

Fix #904