Proptesting & Fuzzing #1531
JackYoustra
started this conversation in
General
Replies: 1 comment 2 replies
-
I have not personally experimented with this, but you might be interested in this talk from Loïc Lecrenier at the last ever Functional Swift Conference. He discusses applying fuzz testing to an Elm application. We would love to hear of any experiments people do! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice in the given examples that test cases are often hardcoded, static examples. Has anyone tried testing relations with fuzzing and proptesting, perhaps with a package like SwiftCheck?
Beta Was this translation helpful? Give feedback.
All reactions