Open
Description
There are several things that vet can do to support native fuzzing. This issue tracks all of the potential checks that could be added.
Vet should fail if...
- the inputs to any
f.Add
call don't match the ones inf.Fuzz
- there is any code after
f.Fuzz
- the
f.Fuzz
function is missing a*testing.T
as its first parameter - there is any call to a
*testing.F
method from within thef.Fuzz
function
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Accepted
Status
No status