v0.18.0
版本发布时间: 2022-01-17 21:14:21
Colin-b/pytest_httpx最新发布版本:v0.31.2(2024-09-24 01:21:15)
Fixed
- Callback are now executed as expected when there is a matching already sent response.
Changed
- Registration order is now looking at responses and callbacks. Prior to this version, registration order was looking at responses before callbacks.
Removed
-
httpx_mock.add_response
data
,files
andboundary
parameters have been removed. It was deprecated since0.17.0
. Refer to this version changelog entry for more details on how to update your code.