We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c117c commit cbdeb81Copy full SHA for cbdeb81
1 file changed
tests/shared/test_streamable_http.py
@@ -1646,7 +1646,7 @@ async def test_streamablehttp_no_race_condition_on_consecutive_requests(basic_se
1646
1647
We run multiple iterations to catch any intermittent issues.
1648
"""
1649
- for iteration in range(10):
+ for iteration in range(10): # pragma: no branch
1650
async with streamablehttp_client(f"{basic_server_url}/mcp") as (
1651
read_stream,
1652
write_stream,
0 commit comments