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

Add generative tests at least for API namespace #605

Open
jsmassa opened this issue Feb 20, 2023 · 1 comment
Open

Add generative tests at least for API namespace #605

jsmassa opened this issue Feb 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jsmassa
Copy link
Collaborator

jsmassa commented Feb 20, 2023

Describe the feature you would like to request

After specs are added with PR #596, we should start using generative tests to ensure the correctness of the specs and the ability of our implementation to deal with all of the input we allow.

Describe the solution you would like

Implementation of additional tests which use the specs to generate input, at least for functions of the API namespace.

Describe alternatives you've considered

  1. Using the specs in the tests, which restricts the type of tests that can be done
  2. Using the specs in production code, which slows down execution
  3. Using the specs during development, which usually has to be triggered manually and with that doesn't ensure correctness of the specs as the code develops.
@jsmassa jsmassa added the enhancement New feature or request label Feb 20, 2023
@TimoKramer
Copy link
Member

close @jsmassa ?

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

2 participants