mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
test: add udev test case to TestRepoMapAllLanguages
This commit is contained in:
parent
189d64dc3d
commit
14037eaeb8
2 changed files with 9 additions and 0 deletions
|
@ -317,6 +317,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"racket": ("rkt", "greet"),
|
||||
"solidity": ("sol", "SimpleStorage"),
|
||||
"swift": ("swift", "Greeter"),
|
||||
"udev": ("rules", "SUBSYSTEM"),
|
||||
}
|
||||
|
||||
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue