mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
feat: Add R language test case and fixture for repository mapping
This commit is contained in:
parent
73eb8701dd
commit
1ab6c70ac7
2 changed files with 18 additions and 0 deletions
|
@ -313,6 +313,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"commonlisp": ("lisp", "greet"),
|
||||
"pony": ("pony", "Greeter"),
|
||||
"properties": ("properties", "database.url"),
|
||||
"r": ("r", "calculate"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue