test: add mock for sendchat.simple_send_with_retries in editblock test

This commit is contained in:
Paul Gauthier 2024-11-05 11:42:30 -08:00 committed by Paul Gauthier (aider)
parent c71a92ac84
commit 538752d0cf

View file

@ -372,6 +372,9 @@ creating a new file
coder.send = mock_send
def mock_sswr(*args, **kwargs): return "noop"
#ai mock sendchat.simple_send_with_retries with that ^^ mock!
# Call the run method with a message
coder.run(with_message="hi")