fix: add Gitea Actions CI workflow for automated testing
This commit is contained in:
7
api_testgen/generators/__init__.py
Normal file
7
api_testgen/generators/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user