mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +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
|
mock_io_instance = MockInputOutput.return_value
|
||||||
with GitTemporaryDirectory():
|
with GitTemporaryDirectory():
|
||||||
main(
|
main(
|
||||||
["--cache-prompts", "--exit", "--yes"],
|
["--cache-prompts", "--exit", "--yes", "--no-stream"],
|
||||||
input=DummyInput(),
|
input=DummyInput(),
|
||||||
output=DummyOutput(),
|
output=DummyOutput(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue