feat: Add Arduino language support to TestRepoMapAllLanguages

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 14:37:55 -07:00
parent ba03b07602
commit 6bb43555dc

View file

@ -304,6 +304,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"elm": ("elm", "Person"), "elm": ("elm", "Person"),
"go": ("go", "Greeter"), "go": ("go", "Greeter"),
"hcl": ("tf", "aws_vpc"), "hcl": ("tf", "aws_vpc"),
"arduino": ("ino", "setup"),
} }
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages" fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"