CodyKochmann / battle_tested

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

rework the fuzz result class so it works as an interactive display layer over the new result dict #43

Open CodyKochmann opened 5 years ago

CodyKochmann commented 5 years ago

This will combine the usability of the current fuzz result viewer with the minimalist architecture of the new results container.