Skip to content

test_streamable_http.py isn't covered by test coverage #1678

@felixweinberger

Description

@felixweinberger

Initial Checks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Nice to haves, rare edge casesenhancementRequest for a new feature that's not currently supportedready for workEnough information for someone to start working on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions