-
Notifications
You must be signed in to change notification settings - Fork 105
fix up py.error importability #180
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
Conversation
4c437d2
to
195595c
Compare
tox.ini
Outdated
@@ -8,6 +8,7 @@ commands= | |||
|
|||
py.test --confcutdir=.. -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] | |||
deps= | |||
attrs |
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 fix the indentation 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.
Please add a test as well @RonnyPfannschmidt, we don't want to introduce a regression by accident in the future. 👍
fix indent in tox.ini fix and extend tests for error
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!
man, some mondays, thanks for tackling my slack |
Heh it happens to all of us! 😁 |
Also I just realized that |
ouch, thanks, |
No description provided.