feat: add repomap support for Scala

Resolves #3578
This commit is contained in:
Vasil Markoukin 2025-03-25 12:53:13 +03:00
parent fb23b6c26f
commit 5af73b1dcf
3 changed files with 129 additions and 0 deletions

View file

@ -381,6 +381,9 @@ class TestRepoMapAllLanguages(unittest.TestCase):
def test_language_udev(self):
self._test_language_repo_map("udev", "rules", "USB_DRIVER")
def test_language_scala(self):
self._test_language_repo_map("scala", "scala", "Greeter")
def _test_language_repo_map(self, lang, key, symbol):
"""Helper method to test repo map generation for a specific language."""
# Get the fixture file path and name based on language