From 08a392787a58116aa877dae25c11760c291f2592 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 7 Mar 2025 17:16:56 -0800 Subject: [PATCH] style: Apply linter fixes to test_reasoning.py --- tests/basic/test_reasoning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_reasoning.py b/tests/basic/test_reasoning.py index 206f593e7..6a4ed23f8 100644 --- a/tests/basic/test_reasoning.py +++ b/tests/basic/test_reasoning.py @@ -225,7 +225,7 @@ class TestReasoning(unittest.TestCase): self.assertLess( reasoning_pos, main_pos, "Reasoning content should appear before main content" ) - + def test_send_with_think_tags_stream(self): """Test that streaming with tags is properly processed and formatted.""" # Setup IO with pretty output for streaming