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 kushal.das
Recipients Claudiu.Popa, kushal.das, michael.foord
Date 2015-04-14.13:58:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429019883.39.0.697509260721.issue21271@psf.upfronthosting.co.za>
In-reply-to
Content
A patch without NEWS and whatsnew update. I will fill them before commit.

The reset_mock function now has two parameters, return_value, and side_effect. Passing True value to any of these will reset that attribute.
History
Date User Action Args
2015-04-14 13:58:03kushal.dassetrecipients: + kushal.das, michael.foord, Claudiu.Popa
2015-04-14 13:58:03kushal.dassetmessageid: <1429019883.39.0.697509260721.issue21271@psf.upfronthosting.co.za>
2015-04-14 13:58:03kushal.daslinkissue21271 messages
2015-04-14 13:58:03kushal.dascreate