-
Notifications
You must be signed in to change notification settings - Fork 3.3k
test_streamable_http.py isn't covered by test coverage #1678
Copy link
Copy link
Open
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedready for workEnough information for someone to start working onEnough information for someone to start working on
Description
Initial Checks
- I confirm that I'm using the latest version of MCP Python SDK
- I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this issue
Description
We have a lot of pragma: no cover in this test file:
| class ServerTest(Server): # pragma: no cover |
Especially on the server itself, run_app, etc etc. indicating we're not correctly capturing the test coverage here.
Discussed with @maxisbey and this is likely due to Multiprocessing so we need to restructure tests here to not use MP
Example Code
Python & MCP Python SDK
latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Nice to haves, rare edge casesNice to haves, rare edge casesenhancementRequest for a new feature that's not currently supportedRequest for a new feature that's not currently supportedready for workEnough information for someone to start working onEnough information for someone to start working on