[issue21270] unittest.mock.call object has inherited count method

Michael Foord report at bugs.python.org
Wed Apr 16 22:49:19 CEST 2014


New submission from Michael Foord:

The unittest.mock.call object inherits methods from tuple that prevent you using them as normal call attributes. They should be overridden.

----------
assignee: michael.foord
messages: 216587
nosy: kushal.das, michael.foord
priority: normal
severity: normal
stage: needs patch
status: open
title: unittest.mock.call object has inherited count method
type: behavior
versions: Python 3.5

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


More information about the Python-bugs-list mailing list