Skip to content

Commit ec47728

Browse files
committed
docs: clarify test file structure convention in CLAUDE.md
1 parent 1a943ad commit ec47728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ This document contains critical information about working with this codebase. Fo
2929
- IMPORTANT: The `tests/client/test_client.py` is the most well designed test file. Follow its patterns.
3030
- IMPORTANT: Be minimal, and focus on E2E tests: Use the `mcp.client.Client` whenever possible.
3131

32+
Test files mirror the source tree: `src/mcp/client/streamable_http.py``tests/client/test_streamable_http.py`
33+
Add tests to the existing file for that module.
34+
3235
- For commits fixing bugs or adding features based on user reports add:
3336

3437
```bash

0 commit comments

Comments
 (0)