-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing tests on Mac #217
Fixing tests on Mac #217
Conversation
The output of ls --bla is different, usage is lowercase, and printenv only will return one environment variable
@henryiii - there's now a merge conflict with this pull request, and readthedocs complains about build failures: https://readthedocs.org/projects/plumbum/builds/ . can you please have a look? |
Conflicts: plumbum/lib.py tests/test_cli.py
The read the docs error was an error on my part ( I'll see about adding to the changelog next. |
Macs (at least Yosemite) run all the tests without error now, changed several checks for returned text from commands to accept the Mac answer, too.
Also moved
captured_stdout
,skipIf
addition tolib.py
, to better support DRY.