]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (GH-11816...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 May 2024 18:01:17 +0000 (20:01 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 18:01:17 +0000 (18:01 +0000)
commit23ba96e2433d17e86f4770a64b94aaf9ad22a25b
tree8bc6b7a4cf6d45b4126248811b4cd9027e1e6fd4
parent238efbecab24204f822b1d1611914f5bcb2ae2de
[3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (GH-118163) (#118517)

gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (GH-118163)
(cherry picked from commit b28a3339e4c63ea3a801dba9bbbc6af5af42c3a0)

Co-authored-by: infohash <46137868+infohash@users.noreply.github.com>
Lib/test/test_unittest/testmock/testmock.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2024-04-22-21-54-12.gh-issue-90848.5jHEEc.rst [new file with mode: 0644]