mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Format test_main.py with linter
This commit is contained in:
parent
99cf99e014
commit
8a1b496cd5
1 changed files with 9 additions and 1 deletions
|
@ -716,7 +716,15 @@ class TestMain(TestCase):
|
|||
patch("aider.models.Model.set_thinking_tokens") as mock_set_thinking,
|
||||
):
|
||||
main(
|
||||
["--model", "gpt-4o", "--thinking-tokens", "1000", "--check-model-accepts-settings", "--yes", "--exit"],
|
||||
[
|
||||
"--model",
|
||||
"gpt-4o",
|
||||
"--thinking-tokens",
|
||||
"1000",
|
||||
"--check-model-accepts-settings",
|
||||
"--yes",
|
||||
"--exit",
|
||||
],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue