New tool: testgen

Generates unit tests and encourages model to auto-detect framework and testing style from existing sample (if available)
This commit is contained in:
Fahad
2025-06-14 15:41:47 +04:00
parent 7d33aafcab
commit 4086306c58
14 changed files with 1118 additions and 9 deletions

View File

@@ -26,10 +26,11 @@ class TestServerTools:
assert "analyze" in tool_names
assert "chat" in tool_names
assert "precommit" in tool_names
assert "testgen" in tool_names
assert "get_version" in tool_names
# Should have exactly 7 tools
assert len(tools) == 7
# Should have exactly 8 tools (including testgen)
assert len(tools) == 8
# Check descriptions are verbose
for tool in tools: