test: Add Solidity test case and fixture to TestRepoMapAllLanguages

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 15:21:45 -07:00
parent a776d70e0d
commit 315f8093c6
2 changed files with 22 additions and 0 deletions

View file

@ -315,6 +315,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"properties": ("properties", "database.url"),
"r": ("r", "calculate"),
"racket": ("rkt", "greet"),
"solidity": ("sol", "SimpleStorage"),
}
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"