CodyKochmann / battle_tested

Fully automated python fuzzer built to test if code actually is production ready in seconds.
MIT License
105 stars 5 forks source link

Add output_types to FuzzResult #48

Open CodyKochmann opened 4 years ago

CodyKochmann commented 4 years ago

This was one of the handiest ways to quickly view the possible output types of a function since hints are cute, but fuzzers know better ;)