Skip to content

Commit ee20bfe

Browse files
author
Dylan Huang
committed
Update test_pytest_mcp_config.py docstring to clarify test purpose for Stdio MCP Config usage in decorator
1 parent afcc280 commit ee20bfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/pytest/test_pytest_mcp_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import datetime
22
from typing import List
33

4-
from eval_protocol.models import EvaluateResult, Message, EvaluationRow
4+
from eval_protocol.models import EvaluateResult, EvaluationRow, Message
55
from eval_protocol.pytest import default_agent_rollout_processor, evaluation_test
66

77

@@ -25,7 +25,7 @@
2525
mcp_config_path="tests/pytest/mcp_configurations/mock_discord_mcp_config.json",
2626
)
2727
def test_pytest_mcp_config(row: EvaluationRow) -> EvaluationRow:
28-
"""Run math evaluation on sample dataset using pytest interface."""
28+
"""Test Stdio MCP Config usage in decorator"""
2929
# filter for all tool calls
3030
tool_calls = [msg for msg in row.messages if msg.role == "tool"]
3131

0 commit comments

Comments
 (0)