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
Hi, I've noticed that if the number of calls exceeds the expected count (default 1) on a mocked function, it reverts to calling the original function. I would have expected it to raise an error.
Is the behavior deliberate? I wanted to check before raising a documentation PR.
(I've a workaround involving initially stubbing with a stub-which-flunks (tm)).
The text was updated successfully, but these errors were encountered:
Version 1.7.4
Hi, I've noticed that if the number of calls exceeds the expected count (default 1) on a mocked function, it reverts to calling the original function. I would have expected it to raise an error.
Is the behavior deliberate? I wanted to check before raising a documentation PR.
(I've a workaround involving initially stubbing with a stub-which-flunks (tm)).
The text was updated successfully, but these errors were encountered: