mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
test: Disable streaming in main test call
This commit is contained in:
parent
eacf3cc4ed
commit
5b10af7b1a
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ class TestMain(TestCase):
|
|||
mock_io_instance = MockInputOutput.return_value
|
||||
with GitTemporaryDirectory():
|
||||
main(
|
||||
["--cache-prompts", "--exit", "--yes"],
|
||||
["--cache-prompts", "--exit", "--yes", "--no-stream"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue