We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3f3e commit 9771defCopy full SHA for 9771def
CHANGELOG.rst
@@ -8,14 +8,15 @@
8
by `@webknjaz`_.
9
10
Before the fix, both ``spy_return`` and ``spy_exception``
11
+ were always assigned to ``None``
12
whenever such an exception happened. And after this fix,
13
``spy_exception`` is set to a correct value of an exception
14
that has actually happened.
15
16
.. _@coiax: https://github.com/coiax
17
.. _@webknjaz: https://github.com/sponsors/webknjaz
18
.. _#211: https://github.com/pytest-dev/pytest-mock/pull/211
-.. _#215: https://github.com/pytest-dev/pytest-mock/pull/215
19
+.. _#215: https://github.com/pytest-dev/pytest-mock/issues/215
20
.. _#216: https://github.com/pytest-dev/pytest-mock/pull/216
21
22
3.3.1 (2020-08-24)
0 commit comments