]> granicus.if.org Git - python/commit
Issue #26750: unittest.mock.create_autospec() now works properly
authorGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 15:52:26 +0000 (08:52 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 15:52:26 +0000 (08:52 -0700)
commit9854789efec0c707fff871b32b2833f32b078fb3
tree7f659a7f58967939c1347560716b722d01493035
parentabfe28b01282d5f7c79b2e3cfb33ea29f9f3656f
Issue #26750: unittest.mock.create_autospec() now works properly
for subclasses of property() and other data descriptors.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Misc/NEWS