MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
418 stars 21 forks source link

Rename `FuzzInputXxx` to `FuzzXxx` #104

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

I think, removing the Input part in the Fuzz functions would make them smaller. I don't know, if we add anything else, to fuzz, than inputs. If we do, we would need this seperation, but nothing else comes to my mind, that could benefit of fuzzing.