We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As per pytest-dev/pytest#2730 0.5.0 broke firstresult hook wrappers such that a single result is not returned from _Result.get_result().
0.5.0
firstresult
_Result.get_result()
We need a test and fix for this asap!
The text was updated successfully, but these errors were encountered:
Add a test which verifies firstresult wrappers
f087c1e
This is to expose the regression from issue pytest-dev#71. Wrappers must return a single value not a list.
dc1d67d
goodboy
No branches or pull requests
As per pytest-dev/pytest#2730
0.5.0
brokefirstresult
hook wrappers such that a single result is not returned from_Result.get_result()
.We need a test and fix for this asap!
The text was updated successfully, but these errors were encountered: