Michael Foord added the comment:

Eric: yes, patch sets the name on the mock objects it creates. A mock only 
knows its direct name, not its full 'dotted' name (i.e. a mock knows it is 
called 'time' but not that it is 'time.time'). It is possible (but harder) to 
deduce that name (follow the chain of parents), so for the moment this change 
will do.

----------

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

Reply via email to