mirror of https://github.com/python/cpython.git
bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746)
This commit is contained in:
parent
aa79707262
commit
001d63cefa
|
@ -760,6 +760,9 @@ unittest
|
||||||
:meth:`~unittest.TestCase.setUpClass()`.
|
:meth:`~unittest.TestCase.setUpClass()`.
|
||||||
(Contributed by Lisa Roach in :issue:`24412`.)
|
(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
|
venv
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue