mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
feat: Add Pony language test case and fixture
This commit is contained in:
parent
b54d800024
commit
a503f291e7
2 changed files with 9 additions and 0 deletions
|
@ -311,6 +311,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"arduino": ("ino", "setup"),
|
||||
"chatito": ("chatito", "intent"),
|
||||
"commonlisp": ("lisp", "greet"),
|
||||
"pony": ("pony", "Greeter"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue