]> granicus.if.org Git - python/commit
Fixes issue28380: unittest.mock Mock autospec functions now properly support
authorGregory P. Smith <greg@krypto.org>
Thu, 6 Oct 2016 21:31:23 +0000 (14:31 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 6 Oct 2016 21:31:23 +0000 (14:31 -0700)
commitac5084b6c760ff5e6469854373fe6c3c81804f87
tree091838773df00af3922173237691abc99d9e3044
parent0ebdd0776c95a578ac9d25a27a34492144a04a0a
Fixes issue28380: unittest.mock Mock autospec functions now properly support
assert_called, assert_not_called, and assert_called_once.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testpatch.py
Misc/NEWS