From 6cc7b5b73b1e4fd0a0ac0417ebaf32d70371e300 Mon Sep 17 00:00:00 2001 From: Jordan Speicher Date: Fri, 17 Jul 2020 12:24:06 -0500 Subject: [PATCH] bpo-41325: Document unittest `mock.call_args` change in 3.8 --- Doc/library/unittest.mock.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 3643d1ad96ed11..c5360f91f518d6 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst @@ -647,6 +647,9 @@ the *new_callable* argument to :func:`patch`. arguments and make more complex assertions. See :ref:`calls as tuples `. + .. versionchanged:: 3.8 + Added ``args`` and ``kwargs`` properties. + .. attribute:: call_args_list