diff options
author | Petter Strandmark <petter.strandmark@gmail.com> | 2019-06-04 21:34:49 +0200 |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-04 21:34:48 +0200 |
commit | 001d63cefaa9d84d6d59aa9db8bac66040c8f0ee (patch) | |
tree | 341421b32d0d03448c12831647076fb2fd355bab | |
parent | aa79707262f893428665ef45b5e879129abca4aa (diff) | |
download | cpython-git-001d63cefaa9d84d6d59aa9db8bac66040c8f0ee.tar.gz |
bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
-rw-r--r-- | Doc/whatsnew/3.8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index f060f4b3f7..8456a17aed 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 ---- |