From: Gregory P. Smith Date: Thu, 6 Oct 2016 21:32:10 +0000 (-0700) Subject: Issue #28380: unittest.mock Mock autospec functions now properly support X-Git-Tag: v3.7.0a1~2287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bd4afec86849a57b48f375a9c4e0c32f0539dad;p=thirdparty%2FPython%2Fcpython.git Issue #28380: unittest.mock Mock autospec functions now properly support assert_called, assert_not_called, and assert_called_once. --- 7bd4afec86849a57b48f375a9c4e0c32f0539dad diff --cc Misc/NEWS index 7dcbf27510dc,b03cc817f719..436871cae820 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -61,6 -53,11 +61,9 @@@ Core and Builtin Library ------- + - Issue #28380: unittest.mock Mock autospec functions now properly support + assert_called, assert_not_called, and assert_called_once. + -- Issue #27181 remove statistics.geometric_mean and defer until 3.7. - - Issue #28229: lzma module now supports pathlib. - Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.