mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
refactor: Move reasoning content flags initialization to send method
This commit is contained in:
parent
794072bdf8
commit
80de3335b7
2 changed files with 5 additions and 2 deletions
|
@ -131,6 +131,8 @@ class TestReasoning(unittest.TestCase):
|
|||
# Verify mdstream.update was called multiple times
|
||||
mock_mdstream.update.assert_called()
|
||||
|
||||
coder.live_incremental_response(True)
|
||||
|
||||
# Explicitly get all calls to update
|
||||
update_calls = mock_mdstream.update.call_args_list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue