3.4.0 (2020-12-15)
-
Add [mock.seal]{.title-ref} alias to the [mocker]{.title-ref} fixture (#211). Thanks @coiax for the PR.
-
Fixed spying on exceptions not covered by the
Exception
superclass (#215), likeKeyboardInterrupt
-- PR #216
by @webknjaz.Before the fix, both
spy_return
andspy_exception
were always assigned toNone
whenever such an exception happened. And after this fix,
spy_exception
is set to a correct value of an exception