[issue35946] Ambiguous documentation for assert_called_with()
New submission from Mark Forrer : The documentation for assert_called_with() is ambiguous with regard to the fact that the method only checks the most recent call. This behavior for assert_called_with() is only documented under assert_any_call(), which users are unlikely to read when making quick reference to the documentation. -- assignee: docs@python components: Documentation messages: 335112 nosy: chimaerase, docs@python priority: normal severity: normal status: open title: Ambiguous documentation for assert_called_with() versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue35946> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35946] Ambiguous documentation for assert_called_with()
Mark Forrer added the comment: Thank you Rémi! Thanks, --Mark-- On Fri, Feb 8, 2019 at 2:39 PM Rémi Lapeyre wrote: > > Rémi Lapeyre added the comment: > > Hi Mark Forrer, I opened a new PR to add this precision to > assert_called_with documentation. > > -- > nosy: +remi.lapeyre > versions: +Python 3.8 > > ___ > Python tracker > <https://bugs.python.org/issue35946> > ___ > -- ___ Python tracker <https://bugs.python.org/issue35946> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com