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

GD-71: Allow multiple fuzzers for one test case #71

Closed
MikeSchulze opened this issue May 29, 2021 · 0 comments · Fixed by #73
Closed

GD-71: Allow multiple fuzzers for one test case #71

MikeSchulze opened this issue May 29, 2021 · 0 comments · Fixed by #73
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Milestone

Comments

@MikeSchulze
Copy link
Owner

Is your feature request related to a problem? Please describe.
It would be nice to use more than one fuzzer in a test case.
I want to write a test where i need different generated values by type and value.

Describe the solution you'd like

func test_foo(fuzzer1=fuzzerFoo(), fuzzer2=fuzzerBar()):
    assert_str(fuzzer1.next_value()).is_not_equal(fuzzer2.next_value())
@MikeSchulze MikeSchulze added documentation Improvements or additions to documentation enhancement New feature or request labels May 29, 2021
@MikeSchulze MikeSchulze self-assigned this May 29, 2021
@MikeSchulze MikeSchulze added this to To Do in GdUnit3 via automation May 29, 2021
@MikeSchulze MikeSchulze changed the title Allow multiple fuzzers on a test case GD-71: Allow multiple fuzzers on a test case May 29, 2021
@MikeSchulze MikeSchulze changed the title GD-71: Allow multiple fuzzers on a test case GD-71: Allow multiple fuzzers for one test case May 29, 2021
@MikeSchulze MikeSchulze moved this from To Do to In progress in GdUnit3 May 30, 2021
@MikeSchulze MikeSchulze added this to the v0.9.5-rc milestone May 30, 2021
@MikeSchulze MikeSchulze linked a pull request May 30, 2021 that will close this issue
GdUnit3 automation moved this from In progress to Done May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
No open projects
GdUnit3
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant