mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
feat: Add chatito language support with test fixture
This commit is contained in:
parent
0b949f47d9
commit
7c1d2d75e0
2 changed files with 21 additions and 0 deletions
|
@ -305,6 +305,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"go": ("go", "Greeter"),
|
||||
"hcl": ("tf", "aws_vpc"),
|
||||
"arduino": ("ino", "setup"),
|
||||
"chatito": ("chatito", "intent"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue