mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix code style in test
This commit is contained in:
parent
a53ab7d937
commit
9e0d7d9c46
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ class TestMain(TestCase):
|
||||||
with GitTemporaryDirectory():
|
with GitTemporaryDirectory():
|
||||||
with patch("aider.io.InputOutput.offer_url") as mock_offer_url:
|
with patch("aider.io.InputOutput.offer_url") as mock_offer_url:
|
||||||
# Suppress stderr for this test as argparse prints an error message
|
# Suppress stderr for this test as argparse prints an error message
|
||||||
with patch('sys.stderr', new_callable=StringIO):
|
with patch("sys.stderr", new_callable=StringIO):
|
||||||
result = main(
|
result = main(
|
||||||
["--edit-format", "not-a-real-format", "--exit", "--yes"],
|
["--edit-format", "not-a-real-format", "--exit", "--yes"],
|
||||||
input=DummyInput(),
|
input=DummyInput(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue