-
Notifications
You must be signed in to change notification settings - Fork 684
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
Make skip_on_exception
a signature-preserving decorator; issue 363
#364
Conversation
tox.ini
Outdated
wrapt |
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.
Spacing error here
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.
changed, but the tests passed even without the new line
tox.ini
Outdated
@@ -7,3 +7,4 @@ commands= | |||
deps= | |||
pytest | |||
pytest-cov | |||
wrapt |
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.
Should be
deps=
pytest
pytest-cov
wrapt
so that the left column is vertically aligned.
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, it was a tab, replaced with spaces, probably need to set it up in my editor
@@ -2,7 +2,7 @@ | |||
Utilities for testing purposes. |
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.
don't change the mode of the file, use
git update-index --chmod -x <file>
to put it back
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.
was offline for a while, it's already merged.
minor change, otherwise lgtm. ping on green. |
thanks! |
merged via 6cce5f1 |
closes #363
using wrapt package