mock out HTTPX and HTTP Core for tests
RESPX is a simple, yet powerful, utility for mocking out the HTTPX
and HTTP Core libraries. It includes a decorator/context manager and
respx_mock pytest fixture. It captures requests sent by HTTPX,
filters and matches them against routes, and mocks their responses.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://lundberg.github.io/respx/
