Tests: improved coverage slightly to get us back over 98%

This commit is contained in:
2025-12-22 11:18:57 -05:00
parent 0d95e3c326
commit 2de7640a4a
3 changed files with 173 additions and 1 deletions
+10
View File
@@ -9,3 +9,13 @@ Feature: AutoDebug graph JSON parsing
Then the provided LLM instance should be used
And the fix JSON should populate the current fix
And the validation JSON should mark the fix as valid
Scenario: AutoDebugAgent retries after failed validation
Given a retrying auto debug LLM yields a failed then successful validation
When I run the auto debug agent graph with a retry
Then the agent should retry and capture the failed fix
Scenario: AutoDebugAgent exposes async invoke and streaming interfaces
Given a simple auto debug LLM for async calls
When I run the auto debug async interfaces
Then the async auto debug results should complete