-
Notifications
You must be signed in to change notification settings - Fork 106
Description
The base package of cloudmesh contains
https://github.com/cloudmesh/cloudmesh.cmd5
https://github.com/cloudmesh/cloudmesh.common
https://github.com/cloudmesh/cloudmesh.sys
https://github.com/cloudmesh/cloudmesh.bar
In this miniproject you would make sure that it works on Windows 10
THis includes likely to review all usage of Path and especially
~/.cloudmesh/cloudmesh.yaml
usage
I have started some conversion already but there are some dependencies in bar and sys that I have not looked at that go beyond using pathlib or path.join
please create some simple unit tests to verify proper functionality on Windows that can also be used on linux/osx, e.g. by using pathlib. You do not have to change the use of join.path. as this is python 2 and 3 compatible
credit: chapter and 2 sections