We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vm.skip
vm.skipTest
Forge
In #5205 vm.skip(bool) cheat was added to skip tests. However for a long time forge-std has had skip which skips forward in time.
vm.skip(bool)
skip
The latter has been around longer, and skipTest is more explicit, so I'd suggest renaming the vm.skip cheat to vm.skipTest
skipTest
If people agree with this change, let's introduce vm.skipTest now and remove vm.skip as part of the v1 release
No response
The text was updated successfully, but these errors were encountered:
Agreed that it is confusing to use skip for both. In favor of using skipTest(). Can take this on if needed. lmk
skipTest()
Sorry, something went wrong.
Evalir
No branches or pull requests
Component
Forge
Describe the feature you would like
In #5205
vm.skip(bool)
cheat was added to skip tests. However for a long time forge-std has hadskip
which skips forward in time.The latter has been around longer, and
skipTest
is more explicit, so I'd suggest renaming thevm.skip
cheat tovm.skipTest
If people agree with this change, let's introduce
vm.skipTest
now and removevm.skip
as part of the v1 releaseAdditional context
No response
The text was updated successfully, but these errors were encountered: