-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add a test to demonstrate issue 13 is not an issue #20
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #20 +/- ##
========================================
Coverage 50.88% 50.88%
========================================
Files 16 16
Lines 1476 1476
Branches 313 313
========================================
Hits 751 751
Misses 669 669
Partials 56 56 ☔ View full report in Codecov by Sentry. |
# Depending on the OS, the error message may vary | ||
# This was seen on macOS | ||
# assert stderr == "ls: unrecognized option `--myopt'" + '\n' + \ | ||
# "usage: ls [-@ABCFGHILOPRSTUWabcdefghiklmnopqrstuvwxy1%,] [--color=when] [-D format] [file ...]" + '\n' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this is a planned future test, but if so, the Python string
library provides an easy way to define alphabet strings (see the RTDs). Other than that, approved.
Description
This PR:
stderr
file is not binary by reading the contents and printing themFixes #13
Type of change
How Has This Been Tested?
Checklist