mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
fix: Add missing MagicMock import in test_coder.py
This commit is contained in:
parent
79b8e50412
commit
92377fc390
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue