mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
test: add unit test for handling bad glob in command add
This commit is contained in:
parent
1e776863ac
commit
0819258e0f
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ class TestCommands(TestCase):
|
|||
|
||||
# Assert that tool_error was called with the clipboard error message
|
||||
mock_tool_error.assert_called_once_with("Failed to copy to clipboard: Clipboard error")
|
||||
|
||||
def test_cmd_add_bad_glob(self):
|
||||
# https://github.com/paul-gauthier/aider/issues/293
|
||||
|
||||
io = InputOutput(pretty=False, yes=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue