]> granicus.if.org Git - python/commitdiff
bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
authorPetter Strandmark <petter.strandmark@gmail.com>
Tue, 4 Jun 2019 19:34:49 +0000 (21:34 +0200)
committerVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 19:34:48 +0000 (21:34 +0200)
Doc/whatsnew/3.8.rst

index f060f4b3f7c40fc51786fb66cb7cf518783bc2f3..8456a17aedcc0ded6e6e5dad1f181d7322c94fbd 100644 (file)
@@ -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
 ----