We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893a25a commit 58d6653Copy full SHA for 58d6653
docs/testing.md
@@ -4,14 +4,7 @@ This guide covers testing connect-python services and clients.
4
5
## Setup
6
7
-Install httpx for testing connect-python services and clients:
8
-
9
-```bash
10
-pip install httpx
11
-# or: uv add --dev httpx
12
-```
13
14
-For pytest examples in this guide, you'll also need pytest (and pytest-asyncio for async tests). unittest requires no additional dependencies.
+For pytest examples in this guide, you'll need pytest and pytest-asyncio. unittest requires no additional dependencies.
15
16
## Recommended approach: In-memory testing
17
0 commit comments