[issue21478] mock calls don't propagate to parent (autospec)

Michael Foord report at bugs.python.org
Mon May 12 22:48:16 CEST 2014


Michael Foord added the comment:

Mock objects detect when another mock is added as a "child", but they don't currently detect that a function created by autospec has been added. It should be a fairly easy fix.

----------
assignee:  -> michael.foord

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21478>
_______________________________________


More information about the Python-bugs-list mailing list