[Tracking] Introduce fuzz testing to forc-test #5594
Labels
big
this task is hard and will take a while
enhancement
New feature or request
forc-test
Everything related to the `forc-test` lib and `forc test` command.
forc-test
should support fuzzing with its testing capabilities. For a given sway unit test,forc-test
should be able to fuzz the code to help programmers discover edge cases in their functions/methods etc.Fuzzing can be totally random to get things started but eventually we could build something like a concolic execution engine for sway so that fuzzing can be more "informed" while trying random inputs.
TODO
fuzz
attribute from forc-pkg #5593The text was updated successfully, but these errors were encountered: