Skip to content

Add fuzzer executions in parameterized tests mode #1137

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

Closed
EgorkaKulikov opened this issue Oct 11, 2022 · 0 comments · Fixed by #1161
Closed

Add fuzzer executions in parameterized tests mode #1137

EgorkaKulikov opened this issue Oct 11, 2022 · 0 comments · Fixed by #1161
Assignees
Labels
ctg-enhancement New feature, improvement or change request

Comments

@EgorkaKulikov
Copy link
Collaborator

Description

Unfortunately, we can't create parameterized tests with fuzzer executions: they may require force mocking and don't know about it themselves, otherwise parameterized tests aren't able to deal with mocks.

These cause problems when we call parameterized tests generation from plugin with useFuzzing = true.

Expected behavior

The solution is to do the following in parameterized mode:

  • create parameterized tests for symbolic executions
  • create standard tests for fuzzer executions

Context

Suggested by @Markoutte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-enhancement New feature, improvement or change request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants