-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ExceptionInfo isn't documented #335
Labels
type: enhancement
new feature or API change, should be merged into features branch
Comments
fkohlgrueber
pushed a commit
to fkohlgrueber/pytest
that referenced
this issue
Oct 27, 2018
This removes the hacky exception-based handling that didn't work across statement boundaries. Fixes pytest-dev#335
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Mathieu Agopian (BitBucket: magopian, GitHub: magopian)
There's no documentation on the ExceptionInfo returned by pytest.raises.
There's an hint about such an object being returned in the following documentation though: http://pytest.org/latest/builtin.html?highlight=exceptioninfo#helpers-for-assertions-about-exceptions-warnings
The text was updated successfully, but these errors were encountered: