box / boxcli

A command line interface for interacting with the Box API.
https://developer.box.com
Apache License 2.0
228 stars 59 forks source link

chore: run unit tests on macos and windows #416

Closed mwwoda closed 2 years ago

mwwoda commented 2 years ago

Most of the tests were failing because of different linebreaks and file path structure on Windows.

I also changed default log implementation to include proper end of line for Windows.

should correctly download contents when Box folder has many items for folders test is randomly failing on Windows or Mac. We probably need to do something about this in future. For now job could be re-run as workaround