]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)
authorsobolevn <mail@sobolevn.me>
Thu, 19 Sep 2024 07:55:47 +0000 (10:55 +0300)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2024 07:55:47 +0000 (10:55 +0300)
commit7628f67d55cb65bad9c9266e0457e468cd7e3775
tree495c0f4a08eb765223143a4193426d4d5679571e
parent43cd7aa8cd88624f7211e47b98bc1e8e63e7660f
gh-123934: Fix `MagicMock` not to reset magic method return values (#124038)
Lib/test/test_unittest/testmock/testmagicmethods.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2024-09-13-10-34-19.gh-issue-123934.yMe7mL.rst [new file with mode: 0644]