This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients kushal.das, michael.foord
Date 2014-04-16.20:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397681359.44.0.204245756188.issue21270@psf.upfronthosting.co.za>
In-reply-to
Content
The unittest.mock.call object inherits methods from tuple that prevent you using them as normal call attributes. They should be overridden.
History
Date User Action Args
2014-04-16 20:49:19michael.foordsetrecipients: + michael.foord, kushal.das
2014-04-16 20:49:19michael.foordsetmessageid: <1397681359.44.0.204245756188.issue21270@psf.upfronthosting.co.za>
2014-04-16 20:49:19michael.foordlinkissue21270 messages
2014-04-16 20:49:19michael.foordcreate