mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 13:25:00 +00:00
test: Add Swift test case to TestRepoMapAllLanguages
This commit is contained in:
parent
315f8093c6
commit
189d64dc3d
2 changed files with 19 additions and 0 deletions
|
@ -316,6 +316,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"r": ("r", "calculate"),
|
||||
"racket": ("rkt", "greet"),
|
||||
"solidity": ("sol", "SimpleStorage"),
|
||||
"swift": ("swift", "Greeter"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue