Closed flyingmutant closed 1 year ago
https://github.com/gotestyourself is another one that tends to lean towards file based testing .
it als has goldens for comparing tests over time.
It’s also got a watcher to run tests again when files change.
Are you trying to make a golang equivalent of Hypothesis?
Hypothesis was the original inspiration for creating rapid. The goal is not to create a direct equivalent, rather, try to give Go users a tool of similar power and convenience.
How does this package compare to testing/quick
?
How does this package compare to
testing/quick
?
Please see https://github.com/flyingmutant/rapid#comparison.
Old one: link. Maybe expand it and add a comparison to built-in fuzzing as well.