]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
authorKumar Akshay <k.akshay9721@gmail.com>
Fri, 22 Mar 2019 08:10:40 +0000 (13:40 +0530)
committerChris Withers <chris@withers.org>
Fri, 22 Mar 2019 08:10:40 +0000 (08:10 +0000)
commitb0df45e55dc8304bac0e3cad0225472b84190964
tree14726255b39569c2d0b748bc7393ce2ce2423128
parent40b6907b377cfc8c4743007894364ac8c5a1c113
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Doc/library/unittest.mock.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2019-02-10-16-49-16.bpo-21269.Fqi7VH.rst [new file with mode: 0644]