File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name: Conformance Tests
22
33on:
4- push:
5- branches: [main]
6- pull_request:
4+ # Disabled: conformance tests are currently broken in CI
5+ # push:
6+ # branches: [main]
7+ # pull_request:
78 workflow_dispatch:
89
910concurrency:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments