[issue35946] Ambiguous documentation for assert_called_with()

2019-02-08 Thread Mark Forrer
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. > > --

[issue35946] Ambiguous documentation for assert_called_with()

2019-02-08 Thread Mark Forrer
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