Skip to content

Commit 58d6653

Browse files
committed
fix
Signed-off-by: i2y <[email protected]>
1 parent 893a25a commit 58d6653

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/testing.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ This guide covers testing connect-python services and clients.
44

55
## Setup
66

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.
7+
For pytest examples in this guide, you'll need pytest and pytest-asyncio. unittest requires no additional dependencies.
158

169
## Recommended approach: In-memory testing
1710

0 commit comments

Comments
 (0)