MarvinJWendt / testza

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

Change MockInput to Fuzz or Fuzzy #64

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

Changing MockInput to Fuzz or Fuzzy would make the name fit better, as fuzzy testing describes using random input values for unit tests.

github-actions[bot] commented 2 years ago

Branch issue-64-Change_MockInput_to_Fuzz_or_Fuzzy created!

KarolosLykos commented 2 years ago

Hi @MarvinJWendt , I would like to take this one. Is this just changing the name everywhere and refactor the code to use the new one?

MarvinJWendt commented 2 years ago

Hi @KarolosLykos, I am currently unsure if we really need this, as fuzz testing will be included in the stdlib starting with Go 1.18. I am thinking about removing the Fuzz feature then. I'll let you know when I came to a conclusion!