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 mjkillough
Recipients docs@python, mjkillough
Date 2016-07-16.18:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468692002.86.0.178541373215.issue27531@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for `Mock.assert_not_called` gives its signature as `assert_not_called(*args, **kwargs)`. Since 01ae1ac2daf4, its signature has just been `assert_not_called()`.

I've attached a trivial patch that updates the documentation to match the new signature.
History
Date User Action Args
2016-07-16 18:00:02mjkilloughsetrecipients: + mjkillough, docs@python
2016-07-16 18:00:02mjkilloughsetmessageid: <1468692002.86.0.178541373215.issue27531@psf.upfronthosting.co.za>
2016-07-16 18:00:02mjkilloughlinkissue27531 messages
2016-07-16 18:00:02mjkilloughcreate