mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 21:34:59 +00:00
test: Add Solidity test case and fixture to TestRepoMapAllLanguages
This commit is contained in:
parent
a776d70e0d
commit
315f8093c6
2 changed files with 22 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue