Should bulloak support fuzz tests? #24
Replies: 1 comment 1 reply
-
I haven't worked with this
|
Beta Was this translation helpful? Give feedback.
-
I haven't worked with this
|
Beta Was this translation helpful? Give feedback.
-
Following the discussion in #19, the current proposal is to extend
bulloak
so that it when it finds something like:We require that the fuzz test adheres to Foundry's best practices and that the name matches a non-fuzz test in the file.
My first thoughts are that if:
bulloak
should not support generating fuzz tests, then we should not enforce rules on fuzz tests whenbulloak check
is implemented. This is because:bulloak
should generate fuzz tests as well, then we should tie it to the spec tree and not previous tests. This is to keep things consistent between concrete & fuzz tests, more explicit, and more flexible for users.I'm down to support generating fuzz tests, whatever that might look like. However, I'm not a solidity dev & I'm not strongly opinionated on the above.
cc: @PaulRBerg @mds1
Beta Was this translation helpful? Give feedback.
All reactions