sandialabs / reverse_argparse

A Python library to determine what exactly the user ran at the command line, along with default values, and any transformations that happened after parsing arguments.
https://reverse-argparse.readthedocs.io
BSD 3-Clause "New" or "Revised" License
36 stars 3 forks source link

Investigate Hypothesis library for fuzz testing #49

Open jmgate opened 10 months ago

jmgate commented 10 months ago

https://hypothesis.readthedocs.io/en/latest/

jmgate commented 2 days ago

Consider also integrating with ClusterFuzzLite.