]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Jan 2019 09:37:54 +0000 (01:37 -0800)
committerChris Withers <chris@withers.org>
Mon, 21 Jan 2019 09:37:54 +0000 (09:37 +0000)
commitd358a8cda75446a8e0b5d99149f709395d5eae19
tree3e44e553a9128ac758593f9a2fcf54bec9323b1e
parent2fa53cfa8960f4bcb36718da4424e980fc305ef5
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629)

* Allow repeated deletion of unittest.mock.Mock attributes

* fixup! Allow repeated deletion of unittest.mock.Mock attributes

* fixup! fixup! Allow repeated deletion of unittest.mock.Mock attributes
(cherry picked from commit 222d303ade8aadf0adcae5190fac603bdcafe3f0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2018-12-09-21-35-49.bpo-20239.V4mWBL.rst [new file with mode: 0644]