mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Apply linter fixes to test_reasoning.py
This commit is contained in:
parent
883bf74bad
commit
08a392787a
1 changed files with 1 additions and 1 deletions
|
@ -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 <think> tags is properly processed and formatted."""
|
||||
# Setup IO with pretty output for streaming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue