-
Notifications
You must be signed in to change notification settings - Fork 46
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 -E as shortcut for --exclude-pattern #75
base: main
Are you sure you want to change the base?
Conversation
This is a time-saver to avoid '--exclude-pattern' spam if you need to exclude matching on a lot of character patters
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.
Thanks!
Can you add a sanity test to test_pssmain.py
?
I just did... I expanded one of the existing test methods... please see commit |
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.
Thanks for adding the test; seems like it's failing -- you may need to reset self.of
or do a separate test
psslib/pss.py
Outdated
@@ -1,3 +1,4 @@ | |||
|
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.
Please remove this
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.
Done...
Please fix the failing tests |
'-E' is a time-saver to avoid '--exclude-pattern' spam if you need to exclude matching on a lot of character patterns