summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-09-28 15:15:22 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-09-28 15:15:22 (GMT)
commit28d591ceef337cc37c4b44d7958dea3f59d92018 (patch)
tree41b989c914e0a0b5e78b37dd9d19319e3284246b /Misc
parent494502756eb7283631930c18ccaa6b137959d961 (diff)
downloadcpython-28d591ceef337cc37c4b44d7958dea3f59d92018.zip
cpython-28d591ceef337cc37c4b44d7958dea3f59d92018.tar.gz
cpython-28d591ceef337cc37c4b44d7958dea3f59d92018.tar.bz2
Closes issue 15323. Improve failure message of Mock.assert_called_once_with
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3fc686..43fcfa4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Core and Builtins
Library
-------
+- Issue #15323: improve failure message of Mock.assert_called_once_with
+
- Issue #16064: unittest -m claims executable is "python", not "python3"
- Issue #12376: Pass on parameters in TextTestResult.__init__ super call