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
Integrating fuzz testing as part of a testing suite will allow devs to catch edge cases easily, by improving traditional unit-testing or integration testing. Something along the lines of how Foundry does it for Solidity contracts https://book.getfoundry.sh/forge/fuzz-testing
From a security point of view it will be a very helpful tool. Would you consider this feature for a future release?
The text was updated successfully, but these errors were encountered:
I would love to see this, but it is not a simple thing to do. For sure, I would consider it, but I think that that kind of thing deserves a well-thought design to provide actual safety measurements, not just a good mood of the dev, so that his contracts pass regression.
Long story short - yes, I would consider that. No, I will not expect it soon.
Integrating fuzz testing as part of a testing suite will allow devs to catch edge cases easily, by improving traditional unit-testing or integration testing. Something along the lines of how Foundry does it for Solidity contracts https://book.getfoundry.sh/forge/fuzz-testing
From a security point of view it will be a very helpful tool. Would you consider this feature for a future release?
The text was updated successfully, but these errors were encountered: