Change MockInput to Fuzz or Fuzzy
MarvinJWendt opened this issue · 3 comments
MarvinJWendt commented
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 commented
Branch issue-64-Change_MockInput_to_Fuzz_or_Fuzzy created!
KarolosLykos commented
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
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!