]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 22 Apr 2019 03:07:56 +0000 (06:07 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2019 03:07:56 +0000 (06:07 +0300)
commit15a57a3cadb992bb1752302333ff593e7eab284c
treec41db39adf6fa6fb8ce5f78b2e4b223e89f9efd6
parent71b88827f6ad368eafa17983bd979175d24da888
bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613)

Co-authored-by: Felipe <felipe.nospam.ochoa@gmail.com>
(cherry picked from commit 9b21856b0fcda949de239edc7aa6cf3f2f4f77a3)
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Lib/unittest/test/testmock/testmock.py
Lib/unittest/test/testmock/testpatch.py
Misc/NEWS.d/next/Library/2019-01-18-23-10-10.bpo-23078.l4dFoj.rst [new file with mode: 0644]