blob: 12eda27527d8727fffe84057f4035e8f7fbf733a [file] [log] [blame]
``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.