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 berker.peksag
Recipients Joni Bekenstein, berker.peksag, docs@python
Date 2016-05-04.13:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462369914.73.0.757541518714.issue26950@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report, but the typos are intentional. Quoting from the documentation:

    [...] if you misspell one of these assert methods then your assertion is gone:

    >>> mock = Mock(name='Thing', return_value=None)
    >>> mock(1, 2, 3)
    >>> mock.assret_called_once_with(4, 5, 6)

    Your tests can pass silently and incorrectly because of the typo.
History
Date User Action Args
2016-05-04 13:51:54berker.peksagsetrecipients: + berker.peksag, docs@python, Joni Bekenstein
2016-05-04 13:51:54berker.peksagsetmessageid: <1462369914.73.0.757541518714.issue26950@psf.upfronthosting.co.za>
2016-05-04 13:51:54berker.peksaglinkissue26950 messages
2016-05-04 13:51:54berker.peksagcreate