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
Just noting that contrary to the issue name, this does not have to be exclusive to invariant tests, and can apply to all tests. However in that case some use cases such as logging don't apply. So we may need multiple functions like afterInvariant, afterFuzz, and afterConcrete. But that feels a but cluttered, so maybe there's a single afterAll(TestType) with overloads. Needs some though here
Component
Forge
Describe the feature you would like
In
forge
testing it would be very helpful to have a hook that runs at the end of each test. This would allow for:Additional context
No response
The text was updated successfully, but these errors were encountered: