Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Move the concept of 'sample' from generators to fuzzers #186

Open
jcornaz opened this issue Jul 29, 2020 · 0 comments
Open

Move the concept of 'sample' from generators to fuzzers #186

jcornaz opened this issue Jul 29, 2020 · 0 comments

Comments

@jcornaz
Copy link
Owner

jcornaz commented Jul 29, 2020

The generators are responsible for generating random data, regardless of its purpose. They should not know if the generated data are for being used in property based testing or not.

The fuzzers are specialized for property based testing (made of a generator and a simplifier). They should be responsible of the 'sample' mechanism, since it is a testing concept.

@jcornaz jcornaz added the design label Jul 29, 2020
@jcornaz jcornaz removed the design label Jan 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant