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

Add support for setting bounds for integer fuzzing #31

Closed margaretgorguissian closed 4 years ago

margaretgorguissian commented 4 years ago

This PR address issue #5.

hypothesis has support for setting (inclusive) upper and lower bounds for integer and numbers. We might have to be a bit more creative when addressing the other specification for integers, multipleOf.

Added a small test for fuzzing integers to confirm it works.