How to statefully fuzz without invariants? #7140
Replies: 1 comment 4 replies
-
You don't need all the invariant handlers / contracts, just write a regular test and add params to fuzz, see book https://book.getfoundry.sh/forge/fuzz-testing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Explanation here:
https://ethereum.stackexchange.com/questions/159581/how-to-statefully-fuzz-in-foundry-without-invariants
Beta Was this translation helpful? Give feedback.
All reactions