-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
plugin: doctestsrelated to the doctests builtin pluginrelated to the doctests builtin plugintype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Description
Line 477 in f0bf4c9
return real_unwrap(func, stop=lambda obj: _is_mocked(obj) or _stop(func)) |
Can someone reason why func is passed to _stop
and not obj, this was changed in this commit 32dd0e8.
This seems to be breaking cases where stop requires details of inner wrappers of the function, as only the intial function is used for stop evaluation
Metadata
Metadata
Assignees
Labels
plugin: doctestsrelated to the doctests builtin pluginrelated to the doctests builtin plugintype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously