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 vstinner
Recipients Amit.Saha, The Compiler, michael.foord, rbcollins, vstinner
Date 2016-02-17.21:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455743213.58.0.610174968657.issue26323@psf.upfronthosting.co.za>
In-reply-to
Content
> I would be more consitent with the existing API:

Hum, I'm not sure that I was clear.

If we only add assert_called() (without assert_called_once()), users may use assert_called() to check if a function is called exactly once which would be a mistake.
History
Date User Action Args
2016-02-17 21:06:53vstinnersetrecipients: + vstinner, rbcollins, michael.foord, Amit.Saha, The Compiler
2016-02-17 21:06:53vstinnersetmessageid: <1455743213.58.0.610174968657.issue26323@psf.upfronthosting.co.za>
2016-02-17 21:06:53vstinnerlinkissue26323 messages
2016-02-17 21:06:53vstinnercreate