mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
fix: Add missing MagicMock import in test_coder.py
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
79b8e50412
commit
92377fc390
@@ -1064,6 +1064,7 @@ This command will print 'Hello, World!' to the console."""
|
||||
def test_architect_coder_auto_accept_true(self):
|
||||
with GitTemporaryDirectory():
|
||||
io = InputOutput(yes=True)
|
||||
io.confirm_ask = MagicMock(return_value=True)
|
||||
|
||||
# Create an ArchitectCoder with auto_accept_architect=True
|
||||
with patch("aider.coders.architect_coder.AskCoder.__init__", return_value=None):
|
||||
|
||||
Reference in New Issue
Block a user