0.17.3 (2021-12-27)
Fixed
- A callback can now raise an exception again (regression in mypy check since [0.16.0]).
Added
- An exception can now be raised without creating a callback by using
httpx_mock.add_exception
method.
httpx_mock.add_exception
method.