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
Right now it is only possible to configure max_steps from foundry config or cli. This is configured globally for all test cases. It should be possible to configure max_steps for each test using an attribute.
Implement attribute #[max_steps(steps: felt252)] which allows configuring max_steps per test case.
The text was updated successfully, but these errors were encountered:
Right now it is only possible to configure max_steps from foundry config or cli. This is configured globally for all test cases. It should be possible to configure max_steps for each test using an attribute.
Implement attribute
#[max_steps(steps: felt252)]
which allows configuring max_steps per test case.The text was updated successfully, but these errors were encountered: