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
FAQ entry on calling un-patched function inside patch (#136)
* FAQ entry on calling un-patched function inside patch
I've added an FAQ entry on how to call the "un-patched" version of a function inside a patch (if you e.g. want to modify the arguments before calling a function).
@omus mentioned that using `@mock` inside a patch can be useful as well but I couldn't immediately come up with an example off the top of my head, so I just left a short note about that being possible.
* Update docs/src/faq.md
Co-authored-by: Curtis Vogt <[email protected]>
---------
Co-authored-by: Curtis Vogt <[email protected]>
0 commit comments