mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Format test_main.py with consistent line breaks
This commit is contained in:
parent
719324981d
commit
50d8a19397
1 changed files with 13 additions and 6 deletions
|
@ -690,7 +690,14 @@ class TestMain(TestCase):
|
|||
# Test model that accepts the thinking_tokens setting
|
||||
with patch("aider.io.InputOutput.tool_warning") as mock_warning:
|
||||
main(
|
||||
["--model", "anthropic/claude-3-7-sonnet-20250219", "--thinking-tokens", "1000", "--yes", "--exit"],
|
||||
[
|
||||
"--model",
|
||||
"anthropic/claude-3-7-sonnet-20250219",
|
||||
"--thinking-tokens",
|
||||
"1000",
|
||||
"--yes",
|
||||
"--exit",
|
||||
],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue