]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
authorVegard Stikbakke <vegard.stikbakke@gmail.com>
Sat, 25 Jan 2020 15:44:46 +0000 (16:44 +0100)
committerChris Withers <chris@withers.org>
Sat, 25 Jan 2020 15:44:46 +0000 (15:44 +0000)
commitaef7dc89879d099dc704bd8037b8a7686fb72838
tree90685ced511b41f37ea6fc5d6d4eb12f2b7c6575
parent9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7
bpo-38932: Mock fully resets child objects on reset_mock(). (GH-17409)
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2020-01-25-13-41-27.bpo-38932.1pu_8I.rst [new file with mode: 0644]