We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c5351 commit 360a8fdCopy full SHA for 360a8fd
1 file changed
tests/server/fastmcp/test_tool_manager.py
@@ -1034,7 +1034,7 @@ async def failing_tool(should_fail: bool) -> str:
1034
"""A tool that raises an error."""
1035
if should_fail:
1036
raise ValueError("Tool failed intentionally")
1037
- return "success"
+ return "success" # pragma: no cover
1038
1039
manager = ToolManager(timeout_seconds=1.0)
1040
manager.add_tool(failing_tool)
0 commit comments