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
I've started creating issues for exact files and cases, I'll leave this issue open for a while as a thread for suggestions where fuzzing could be applied.
There are specific functions that are good candidates for fuzzing tests.
Fuzzing in general is good way to discover unexpected pathways in functions.
Some material to get started with fuzzing:
https://blog.jetbrains.com/go/2022/12/14/understanding-fuzz-testing-in-go/
https://www.youtube.com/watch?v=7KWPiRq3ZYI
The text was updated successfully, but these errors were encountered: