]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117119)
authorinfohash <46137868+infohash@users.noreply.github.com>
Fri, 22 Mar 2024 09:47:52 +0000 (15:17 +0530)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 09:47:52 +0000 (09:47 +0000)
commitad0ff8603432d08fcd9521799e6a38ba941b7e60
treeb7bf5086ae33b193830244711805a93f6f012fe0
parentd3de3a251efe213155b8996effe235408536d0e0
[3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117119)

gh-75988: Fix issues with autospec ignoring wrapped object (#115223)

* set default return value of functional types as _mock_return_value

* added test of wrapping child attributes

* added backward compatibility with explicit return

* added docs on the order of precedence

* added test to check default return_value

(cherry picked from commit 735fc2cbbcf875c359021b5b2af7f4c29f4cf66d)
Doc/library/unittest.mock.rst
Lib/test/test_unittest/testmock/testmock.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2024-02-27-13-05-51.gh-issue-75988.In6LlB.rst [new file with mode: 0644]