]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Dec 2018 10:24:47 +0000 (02:24 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Dec 2018 10:24:47 +0000 (02:24 -0800)
commit422c1658b7d34fdc73c5fc895b135862103d1983
tree936cc900eb309c1ca79b665d3d4d88d59a526923
parent38c06d9193b874fd440a874bf34227d837cb49c0
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)

(cherry picked from commit edeca92c84a3b08902ecdfe987cde00c7e617887)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2018-09-14-10-38-18.bpo-31177.Sv91TN.rst [new file with mode: 0644]