Replies: 1 comment
-
Not really possible, no. The current way to do something like this is to use deployment patterns like this: https://github.com/gakonst/v3-periphery-foundry/blob/main/contracts/foundry-tests/utils/Deploy.sol Essentially, you have a base fixture that inherits from Anything state |
Beta Was this translation helpful? Give feedback.
0 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.
-
As the title states, I'm wondering if there is a way within Forge to continue your tests sequentially, starting from the end state of the last test without repasting the prior tests code as setup. Obviously I could just make one massive test, however, i would lose the gas data and such that i would receive from individual tests. Thank you in advance to anyone who can help :)
Beta Was this translation helpful? Give feedback.
All reactions