----
* ``pytest-mock`` now monkeypatches the ``mock`` library to improve pytest output
for failures of mock call assertions like ``Mock.assert_called_with()``.
Thanks to `Chronial`_ for idea and PR (`26`_, `27`_)!
.. _Chronial: https://github.com/Chronial
.. _26: https://github.com/pytest-dev/pytest-mock/issues/26
.. _27: https://github.com/pytest-dev/pytest-mock/issues/27