-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Feature request: Option to omit tracebacks #191
Comments
Sorry for the delay, I missed the notification for this issue somehow! This is actually pretty simple to implement. I added an |
Thanks @CleanCut! I just tested this out on one of the example marbles tests and here's what I see when I toggle Without
With
It looks like it does exclude the stacktrace but also a lot of the other failure message content. What we'd like to see when we pass
So, everything except the stacktrace between the lines "F" and "marbles.core.marbles.ContextualAssertionError: 409 != 201". Is that possible? |
In twosigma/marbles#62 we are discussing the prospect of using green to run marbles tests. It works, but one of the things about marbles is that we suppress printing of the traceback, because the message comes with all the information you'd get out of that.
Could we add an option to green to make it suppress printing those?
The text was updated successfully, but these errors were encountered: