R. David Murray added the comment:

I actually agree with Julian here.  I much prefer patch.object and do my best 
to avoid mock.patch.  support.patch is also equivalent to patch.object and not 
patch.  That doesn't change the fact that other people prefer mock.patch, of 
course.

I think mock.patch is too "magical" for my taste.  There is something I don't 
like about the dynamic import, even though I can't really tell you what it is :)

----------
nosy: +r.david.murray

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

Reply via email to