mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
test: Add Swift test case to TestRepoMapAllLanguages
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user