Skip to content

Commit

Permalink
Merge pull request #220 from webknjaz/docs/216-changelog
Browse files Browse the repository at this point in the history
Fix typos in a change note for the PR #216
  • Loading branch information
nicoddemus committed Dec 16, 2020
2 parents d4e3f3e + 9771def commit 5f6cab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -8,14 +8,15 @@
by `@webknjaz`_.

Before the fix, both ``spy_return`` and ``spy_exception``
were always assigned to ``None``
whenever such an exception happened. And after this fix,
``spy_exception`` is set to a correct value of an exception
that has actually happened.

.. _@coiax: https://github.com/coiax
.. _@webknjaz: https://github.com/sponsors/webknjaz
.. _#211: https://github.com/pytest-dev/pytest-mock/pull/211
.. _#215: https://github.com/pytest-dev/pytest-mock/pull/215
.. _#215: https://github.com/pytest-dev/pytest-mock/issues/215
.. _#216: https://github.com/pytest-dev/pytest-mock/pull/216

3.3.1 (2020-08-24)
Expand Down

0 comments on commit 5f6cab7

Please sign in to comment.