]> granicus.if.org Git - python/commit
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
authorXtreak <tirkarthi@users.noreply.github.com>
Sat, 1 Dec 2018 10:03:54 +0000 (15:33 +0530)
committerVictor Stinner <vstinner@redhat.com>
Sat, 1 Dec 2018 10:03:54 +0000 (11:03 +0100)
commitedeca92c84a3b08902ecdfe987cde00c7e617887
tree965902be00aa84c99d0e7d7a0128c0625c7721d9
parent989052047eea7f35da0d7ca268791b2442ee1553
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
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]