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 fuzz-lightyear to be compatible with latest Hypothesis version #40

Closed tanx16 closed 4 years ago

tanx16 commented 4 years ago

Hypothesis renamed a function that fuzz-lightyear uses, searchstrategy, into strategies.internal. Let's update fuzz-lightyear to be compatible with that.

See: https://github.com/HypothesisWorks/hypothesis/commit/60e4f52fc03061c8f40d3bc56dd7849a6845b2c5#diff-926393cc3ca9906fbedb7495c16ff672

OiCMudkips commented 4 years ago

This is done :)