]> granicus.if.org Git - python/commit
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically...
authorMichael Foord <michael@voidspace.org.uk>
Tue, 15 Apr 2014 21:21:08 +0000 (17:21 -0400)
committerMichael Foord <michael@voidspace.org.uk>
Tue, 15 Apr 2014 21:21:08 +0000 (17:21 -0400)
commitebc1a30d55f07d590d62504c3f097cb8a15ee7d3
tree85c1d4b0d2efdced930ac423a207c29e569476ce
parentd943fdee87a1f3a6e2b855369c7b343d50da49ed
Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testpatch.py
Misc/NEWS