Yelp / fuzz-lightyear

A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
Other
205 stars 25 forks source link

Update functions to use newer version of Hypothesis #42

Closed tanx16 closed 4 years ago

tanx16 commented 4 years ago

See https://github.com/Yelp/fuzz-lightyear/issues/40.

Fuzz-lightyear uses Hypothesis's internal APIs, which have changed recently. This updates the required version of Hypothesis to a more recent one, and updates the imports to prevent errors.

OiCMudkips commented 4 years ago

Let's also update setup.py that future installations of this package know the right version of hypothesis to install to work with this. We probably want something like hypothesis>=a.b.c for this line.