You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some unit tests are using loops generating random values. In some cases, this could be replaced with proper fuzzing. There are even cases where the fuzzing tests have already been written.
I propose we remove the random and/or looped unit tests when an equivalent fuzzing tests exists.
The text was updated successfully, but these errors were encountered:
Some unit tests are using loops generating random values. In some cases, this could be replaced with proper fuzzing. There are even cases where the fuzzing tests have already been written.
I propose we remove the random and/or looped unit tests when an equivalent fuzzing tests exists.
The text was updated successfully, but these errors were encountered: