Michael Foord added the comment:

The best way to solve this seems to be to track a set of visited ids (mocks 
we've reset) and not recurse into mocks we've already done. This is similar to 
the patch proposed on the google code issue - but not identical as that uses a 
list and has it as the default argument to reset_mock.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18622>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to