Skip to content

Commit

Permalink
bpo-41325: Add version note for args and kwargs property in call obje…
Browse files Browse the repository at this point in the history
…ct (GH-21525)

(cherry picked from commit 9b01c59)

Co-authored-by: Jordan Speicher <[email protected]>
  • Loading branch information
miss-islington and uSpike authored Jul 18, 2020
1 parent 79ed1a5 commit 7734738
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
Expand Up @@ -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

Expand Down

0 comments on commit 7734738

Please sign in to comment.