Colin-b/pytest_httpx

Same response cannot be read more than once

Closed this issue · 1 comments

add_response()
stream first request
stream second request // failure because stream is already consumed by first read of the same response, even if this is the same request

Fixed in 0.17.0