Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the need of importing generator functions #5

Open
hug-dev opened this issue Sep 30, 2021 · 0 comments
Open

Removing the need of importing generator functions #5

hug-dev opened this issue Sep 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hug-dev
Copy link
Member

hug-dev commented Sep 30, 2021

In the beginning of generator.py, each generator function needs to be imported manually. With some clever Python importing mechanisms, maybe using wildcard (*) at some places, it might be possible to import all generator functions by default.
That way, adding a new test case ("toto") in the mock service would only consist in:

  • adding the toto.spec.yaml file
  • creating the generator function file toto.py containing the gen function
@hug-dev hug-dev added the enhancement New feature or request label Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant