You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using outcome.result instead of outcome.get_result() will cause an AttributeError when there was an exception inside the wrapped hook which will hide the real exception.
Using
outcome.result
instead ofoutcome.get_result()
will cause anAttributeError
when there was an exception inside the wrapped hook which will hide the real exception.See e.g. pytest-dev/pytest-qt#98
The text was updated successfully, but these errors were encountered: