summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-10-25-09-59-00.bpo-35047.abbaa.rst
blob: 12eda27527d8727fffe84057f4035e8f7fbf733a (plain)
1
2
3
``unittest.mock`` now includes mock calls in exception messages if
``assert_not_called``, ``assert_called_once``, or ``assert_called_once_with``
fails. Patch by Petter Strandmark.