mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
move tests to test_sendchat.py
This commit is contained in:
parent
d0be8d4cbd
commit
28578217da
3 changed files with 43 additions and 46 deletions
|
@ -196,7 +196,8 @@ class Coder:
|
|||
for fname in self.get_inchat_relative_files():
|
||||
self.io.tool_output(f"Added {fname} to the chat.")
|
||||
|
||||
self.repo.add_new_files(fnames)
|
||||
if self.repo:
|
||||
self.repo.add_new_files(fnames)
|
||||
|
||||
# validate the functions jsonschema
|
||||
if self.functions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue