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
On #165, a change was
added to raise an Exception when trying to use `mocker.patch.object` as
a context manager, as its behavior is not supported in the plugin.
However, the context managers for the remaining patch options (dict,
multiple, and normal patch) still work as usual.
With this change, we check if we are in a context manager when starting
the patch, so all the methods will raise the exception if corresponds
0 commit comments