From 05353b1c83ee8c7c2575efc29c3da1550f63ccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=F0=9F=87=B9=F0=9F=87=B7?= Date: Fri, 22 May 2026 15:37:48 +0300 Subject: [PATCH 1/4] Add pytest-httpx2 details to third party packages Added information about pytest-httpx2 package and its features. --- docs/third_party_packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 9c086ffc..b99c61fd 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -54,6 +54,13 @@ A retry layer for HTTPX. WebSocket support for HTTPX. +### pytest-httpx2 + +[GitHub](https://github.com/angryfoxx/pytest_httpx) - [Documentation](https://github.com/angryfoxx/pytest_httpx2#about-httpx2) + +Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. +This package is fork of the [pytest-httpx](https://github.com/Colin-b/pytest_httpx) package that compatible with httpx2 + ### pytest-HTTPX [GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/) From d687266ddb21e2c794b4a4aef83cf1e882fbbb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=F0=9F=87=B9=F0=9F=87=B7?= Date: Fri, 22 May 2026 15:39:14 +0300 Subject: [PATCH 2/4] Fix links for pytest-httpx2 package Updated links for pytest-httpx2 in documentation. --- docs/third_party_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index b99c61fd..208a0c93 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -56,7 +56,7 @@ WebSocket support for HTTPX. ### pytest-httpx2 -[GitHub](https://github.com/angryfoxx/pytest_httpx) - [Documentation](https://github.com/angryfoxx/pytest_httpx2#about-httpx2) +[GitHub](https://github.com/angryfoxx/pytest_httpx2) - [Documentation](https://github.com/angryfoxx/pytest_httpx2#about-httpx2) Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. This package is fork of the [pytest-httpx](https://github.com/Colin-b/pytest_httpx) package that compatible with httpx2 From 09788aba01182e42d1a4629765f0b5d85a72d4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=F0=9F=87=B9=F0=9F=87=B7?= Date: Fri, 22 May 2026 18:04:42 +0300 Subject: [PATCH 3/4] Fix links for pytest-httpx2 documentation Updated links for pytest-httpx2 to reflect the new repository. --- docs/third_party_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 208a0c93..7320980c 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -56,7 +56,7 @@ WebSocket support for HTTPX. ### pytest-httpx2 -[GitHub](https://github.com/angryfoxx/pytest_httpx2) - [Documentation](https://github.com/angryfoxx/pytest_httpx2#about-httpx2) +[GitHub](https://github.com/angryfoxx/httpx2-pytest) - [Documentation](https://github.com/angryfoxx/httpx2-pytest#about-httpx2) Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases. This package is fork of the [pytest-httpx](https://github.com/Colin-b/pytest_httpx) package that compatible with httpx2 From 3526fb8a76b0d3e9eb868bc24b97eab1982bc744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20=F0=9F=87=B9=F0=9F=87=B7?= Date: Fri, 22 May 2026 19:40:07 +0300 Subject: [PATCH 4/4] Rename pytest-httpx2 to httpx2-pytest --- docs/third_party_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 7320980c..209cd476 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -54,7 +54,7 @@ A retry layer for HTTPX. WebSocket support for HTTPX. -### pytest-httpx2 +### httpx2-pytest [GitHub](https://github.com/angryfoxx/httpx2-pytest) - [Documentation](https://github.com/angryfoxx/httpx2-pytest#about-httpx2)