File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -589,9 +589,6 @@ async def _worker(payload=item):
589589
590590 Args:
591591 payload (Any): The data to be sent in the request. Defaults to `item`.
592-
593- Returns:
594- None
595592 """
596593 async with sem :
597594 if not shutting_down ():
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- """Rewritten tests for mcpgateway.wrapper to achieve full coverage."""
2+ """Tests for the MCP *wrapper* module (single file, full coverage).
3+
4+ Copyright 2025
5+ SPDX-License-Identifier: Apache-2.0
6+ Authors: Mihai Criveti + contributors
7+
8+ This suite fakes the "mcp" dependency tree so that no real network or
9+ pydantic models are required and exercises almost every branch inside
10+ *mcpgateway.wrapper*.
11+ """
312
413import asyncio
514import json
You can’t perform that action at this time.
0 commit comments