asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://asyrjasalo.github.io/RESTinstance
GNU Lesser General Public License v3.0
203 stars 84 forks source link

Unit tests fail on Windows #141

Closed kivipe closed 1 year ago

kivipe commented 1 year ago

Keywords output and output schema use os.getcwd function to parse where to write. Unit tests for these keywords are written in a way that works in Linux but fail in Windows. Proposed solution: use pathlib to handle paths for better compatibility.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.