Skip to content

Commit 4dec569

Browse files
authored
Add httpx-auth and pytest-httpx to third party documentation (#1560)
1 parent c1ccdbc commit 4dec569

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/third_party_packages.md

+12
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ The ultimate Python library in building OAuth and OpenID Connect clients and ser
1818

1919
An asynchronous GitHub API library. Includes [HTTPX support](https://gidgethub.readthedocs.io/en/latest/httpx.html).
2020

21+
### HTTPX-Auth
22+
23+
[GitHub](https://github.com/Colin-b/httpx_auth) - [Documentation](https://colin-b.github.io/httpx_auth/)
24+
25+
Provides authentication classes to be used with HTTPX [authentication parameter](advanced.md#customizing-authentication).
26+
27+
### pytest-HTTPX
28+
29+
[GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/)
30+
31+
Provides `httpx_mock` [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases.
32+
2133
### RESPX
2234

2335
[GitHub](https://github.com/lundberg/respx) - [Documentation](https://lundberg.github.io/respx/)

0 commit comments

Comments
 (0)