[Python-checkins] bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)

Victor Stinner webhook-mailer at python.org
Tue Jun 4 15:35:09 EDT 2019


https://github.com/python/cpython/commit/001d63cefaa9d84d6d59aa9db8bac66040c8f0ee
commit: 001d63cefaa9d84d6d59aa9db8bac66040c8f0ee
branch: master
author: Petter Strandmark <petter.strandmark at gmail.com>
committer: Victor Stinner <vstinner at redhat.com>
date: 2019-06-04T21:34:48+02:00
summary:

bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index f060f4b3f7c4..8456a17aedcc 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -760,6 +760,9 @@ unittest
   :meth:`~unittest.TestCase.setUpClass()`.
   (Contributed by Lisa Roach in :issue:`24412`.)
 
+* Several mock assert functions now also print a list of actual calls upon
+  failure. (Contributed by Petter Strandmark in :issue:`35047`.)
+
 venv
 ----
 



More information about the Python-checkins mailing list