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
While the wrapper does need the output of the wrapped function for
processing, pytest complains for any test function that returns data.
Updates the wrapper function that processes mocked data to not return
the wrapped function result.
Closes#2118
While the wrapper does need the output of the wrapped function for
processing, pytest complains for any test function that returns data.
Updates the wrapper function that processes mocked data to not return
the wrapped function result.
Closes#2118
we get a warning for every getter test ran.
The text was updated successfully, but these errors were encountered: