]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029)
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>
Mon, 27 Jan 2020 06:48:15 +0000 (12:18 +0530)
committerChris Withers <chris@withers.org>
Mon, 27 Jan 2020 06:48:15 +0000 (06:48 +0000)
commit72b1004657e60c900e4cd031b2635b587f4b280e
tree42083b97c64d233476d1451d9a6375567e8fb7c3
parent10355ed7f132ed10f1e0d8bd64ccb744b86b1cce
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029)
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2019-09-12-12-11-05.bpo-25597.mPMzVx.rst [new file with mode: 0644]