mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +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,
|
patch("aider.models.Model.set_thinking_tokens") as mock_set_thinking,
|
||||||
):
|
):
|
||||||
main(
|
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(),
|
input=DummyInput(),
|
||||||
output=DummyOutput(),
|
output=DummyOutput(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue