sk364/codechef-cli

Review OS Compatability

sk364 opened this issue · 4 comments

sk364 commented

Should be compatible with:

  • macOS (versions: 10.13.x, 10.14.x, 10.15.x)
  • Ubuntu (versions: 16.x, 18.x, 20.x)
  • Windows (versions: 10)

Non-exhaustive list of checks:

  • Should install without exploding
  • All tests should pass
  • Login-Logout should create-delete cookies on the set path
  • Should be able to use pager module without exploding
  • Output formatting should be the same across all OS
  • Input formatting and usage should be the same across all OS

I can test compatibility on Ubuntu 18.04, if that helps.

sk364 commented

Sure, post the results here.

@sk364 I made a workflow to test compatibility.
Ubuntu and macos worked fine. In windows, pytest was unsuccessful. : logs
I think it needs a fix.
And, should I open a PR to add the workflow? j-tesla-workflow-patch

Fixed the unsuccessful tests on windows: #49