[object Object]

← back to Terminal Status

test_stop_verdict: use the sv alias in the null-text regression test

b5b28877d7d94566d0e64b7aacad44a8de039041 · 2026-09-18 14:33:17 -0700 · Steve Abrams

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YT3be6iadPzjKJDiaTasEE

Files touched

Diff

commit b5b28877d7d94566d0e64b7aacad44a8de039041
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Sep 18 14:33:17 2026 -0700

    test_stop_verdict: use the sv alias in the null-text regression test
    
    Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01YT3be6iadPzjKJDiaTasEE
---
 test_stop_verdict.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_stop_verdict.py b/test_stop_verdict.py
index 54ff688..d20dba4 100644
--- a/test_stop_verdict.py
+++ b/test_stop_verdict.py
@@ -289,7 +289,7 @@ class NullTextBlockTest(unittest.TestCase):
             _json.dumps({"type": "assistant", "message": {"content": [
                 {"type": "text", "text": None}, {"type": "text", "text": 42}, {"type": "text", "text": "Done."}]}}),
         ]
-        d = stop_verdict.verdict_from_lines(lines, base="green", base_variant="", base_label="", idle_pink=True)
+        d = sv.verdict_from_lines(lines, base="green", base_variant="", base_label="", idle_pink=True)
         self.assertEqual(d["verdict"], "pink")
         self.assertIn(d["rule"], ("D2", "D3"))
 

← 24de799 stop_verdict: skip null/non-string text blocks (uncaught Att  ·  back to Terminal Status  ·  stop_verdict: scan the WHOLE closing message for done/wait/p f3313d0 →