From: Colin Bounouar Date: Wed, 7 Apr 2021 21:02:44 +0000 (+0200) Subject: Add httpx-auth and pytest-httpx to third party documentation (#1560) X-Git-Tag: 0.18.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dec56974955966ef39728359a27c7dd25b7badd;p=thirdparty%2Fhttpx.git Add httpx-auth and pytest-httpx to third party documentation (#1560) --- diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 02a00e70..8c60b11d 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -18,6 +18,18 @@ The ultimate Python library in building OAuth and OpenID Connect clients and ser An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.readthedocs.io/en/latest/httpx.html). +### HTTPX-Auth + +[GitHub](https://github.com/Colin-b/httpx_auth) - [Documentation](https://colin-b.github.io/httpx_auth/) + +Provides authentication classes to be used with HTTPX [authentication parameter](advanced.md#customizing-authentication). + +### pytest-HTTPX + +[GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/) + +Provides `httpx_mock` [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. + ### RESPX [GitHub](https://github.com/lundberg/respx) - [Documentation](https://lundberg.github.io/respx/)