v0.17.3
版本发布时间: 2021-12-28 05:24:35
Colin-b/pytest_httpx最新发布版本:v0.31.2(2024-09-24 01:21:15)
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.