mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update test_commands.py
This commit is contained in:
parent
b6142af12b
commit
41435228a3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class TestCommands(TestCase):
|
||||||
def test_cmd_add_bad_glob(self):
|
def test_cmd_add_bad_glob(self):
|
||||||
# https://github.com/paul-gauthier/aider/issues/293
|
# https://github.com/paul-gauthier/aider/issues/293
|
||||||
|
|
||||||
io = InputOutput(pretty=False, yes=True)
|
io = InputOutput(pretty=False, yes=False)
|
||||||
from aider.coders import Coder
|
from aider.coders import Coder
|
||||||
|
|
||||||
coder = Coder.create(models.GPT35, None, io)
|
coder = Coder.create(models.GPT35, None, io)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue