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.
>
> --
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