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 have switched to writing all my tests so that they should never revert. Currently I'm using additional self-tests to check my tests for unwanted reverts, it would be nice if this is a built-in option in Echidna.
One blocker here is that echidna will send ETH to non-payables functions from time to time, to cover some rare cases that the interface is incorrect (and increase coverage). These will most likely break this feature.
Describe the desired feature
I have switched to writing all my tests so that they should never revert. Currently I'm using additional self-tests to check my tests for unwanted reverts, it would be nice if this is a built-in option in Echidna.
Medusa has something similar:
For my use case it would be enough to consider any revert as a failed test
The text was updated successfully, but these errors were encountered: