This commit is contained in:
Fahad
2025-06-15 15:32:41 +04:00
parent 3bc7956239
commit 86728a1442
13 changed files with 1261 additions and 1178 deletions

View File

@@ -28,10 +28,11 @@ class TestServerTools:
assert "precommit" in tool_names
assert "testgen" in tool_names
assert "refactor" in tool_names
assert "tracer" in tool_names
assert "version" in tool_names
# Should have exactly 9 tools (including refactor)
assert len(tools) == 9
# Should have exactly 10 tools (including refactor and tracer)
assert len(tools) == 10
# Check descriptions are verbose
for tool in tools: