]> granicus.if.org Git - python/commit
Fix exception when calling reset_mock on a mock created with autospec
authorMichael Foord <michael@voidspace.org.uk>
Sat, 9 Jun 2012 16:31:59 +0000 (17:31 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sat, 9 Jun 2012 16:31:59 +0000 (17:31 +0100)
commit75963643b178f9d72d3b6bb02d136d67c9cc6d3e
treebfb5554802f021c2686f505120312f87bf09574d
parentafc0c77b421baf8ac2376e563dd9be25e1e1eb63
Fix exception when calling reset_mock on a mock created with autospec
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Lib/unittest/test/testmock/testmagicmethods.py