wesktop v0.7.0 /src.wesktop.mcp_tools.testing
On this page

Testing MCP tools that delegate test suite execution, result collection, and coverage reporting to the wesktop server API endpoint.

#src.wesktop.mcp_tools.testing

#src.wesktop.mcp_tools.testing

Testing MCP tools that delegate test suite execution, result collection, and coverage reporting to the wesktop server API endpoint.

#run_tests

python
def run_tests(server_url: str, auth_token: str, suite: str='', pattern: str='') -> str

Run tests via a server API.

Sends a POST to {server_url}/api/tests/run with optional suite and pattern filters.