run_unit_test
Execute targeted unit tests for specific agents to validate functionality and reduce test execution time by focusing only on relevant test patterns.
Instructions
Run tests for a specific agent only.
This tool runs tests that match the agent's patterns including both main agent tests and healthcheck tests, significantly reducing test execution time compared to running all tests. Use this tool when you need to focus on testing a specific agent component.
Args: agent: The agent to run tests for (e.g., 'qa_agent', 'backlog_agent') verbosity: Verbosity level (0=minimal, 1=normal, 2=detailed), default is 1
Returns: Dictionary containing test results and analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | ||
| verbosity | No |