fix: add Gitea Actions CI workflow for automated testing

This commit is contained in:
CI Bot
2026-02-06 06:37:08 +00:00
parent 40a6a4f7d4
commit 839317c44b
24 changed files with 3115 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""Generators module for API TestGen."""
from .pytest import PytestGenerator
from .jest import JestGenerator
from .go import GoGenerator
__all__ = ["PytestGenerator", "JestGenerator", "GoGenerator"]