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
I'm not sure about the exact semantics of combining passthrough with non_strict to know if this was a hidden "feature", or if this brings new problems. But this seems to work, at least, as a workaround.
It was possible to delete the function, that is implemented, using
meck:delete
in version 0.9.0, however in 0.9.1 this throws an error.Reproduction Steps
Expected behavior
This test should pass:
Observed behavior
The test fails, indicating that second call to
function_exported
is still true.Versions
The text was updated successfully, but these errors were encountered: