mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
test: Disable streaming in main test call
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
eacf3cc4ed
commit
5b10af7b1a
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user