mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
test: add assertion for suggest_shell_commands flag
This commit is contained in:
parent
af48e50898
commit
2957d463c9
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ This command will print 'Hello, World!' to the console."""
|
|||
with GitTemporaryDirectory():
|
||||
io = InputOutput(yes=True)
|
||||
coder = Coder.create(self.GPT35, "diff", io=io, suggest_shell_commands=False)
|
||||
self.assertFalse(coder.suggest_shell_commands)
|
||||
|
||||
def test_detect_urls_enabled(self):
|
||||
with GitTemporaryDirectory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue