Skip to content
New issue

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

Adding vm.skip(true) to new test cases after scaffold #87

Closed
danilych opened this issue Aug 14, 2024 · 1 comment
Closed

Adding vm.skip(true) to new test cases after scaffold #87

danilych opened this issue Aug 14, 2024 · 1 comment

Comments

@danilych
Copy link

I suggest adding vm.skip(true) to every new test in the newly generated test suite. This practice helps improve coverage understanding and prevents incomplete (empty) tests from being overlooked in large projects with many specific tests.

function test_WhenNotOwnerCallFunction() external {
vm.skip(true);    
// it reverts
}
image
@alexfertel
Copy link
Owner

Hey, this is currently supported by bulloak. You can see the closed issue here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants