Skip to content

Commit

Permalink
bpo-41325: Document unittest mock.call_args change in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
uSpike committed Jul 17, 2020
1 parent 164b04c commit 6cc7b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/unittest.mock.rst
Original file line number Diff line number Diff line change
@@ -647,6 +647,9 @@ the *new_callable* argument to :func:`patch`.
arguments and make more complex assertions. See
:ref:`calls as tuples <calls-as-tuples>`.

.. versionchanged:: 3.8
Added ``args`` and ``kwargs`` properties.


.. attribute:: call_args_list

0 comments on commit 6cc7b5b

Please sign in to comment.