CodyKochmann / battle_tested

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

Is there a guide for what the correct behavior of functions should be that BT can recommend when it finds something that doesn't fall along those lines? #13

Open CodyKochmann opened 7 years ago

CodyKochmann commented 7 years ago

Is there a guide for what the correct behavior of functions should be that BT can recommend when it finds something that doesn't fall along those lines?

For example, it's pretty well known that functions in general should only have one output type.