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

chore: foundry test naming according to standard #128

Open
Orland0x opened this issue Mar 24, 2023 · 0 comments
Open

chore: foundry test naming according to standard #128

Orland0x opened this issue Mar 24, 2023 · 0 comments

Comments

@Orland0x
Copy link
Contributor

we should use the recommended naming conventions from the docs to make them more readable:

test_Description for standard tests.
testFuzz_Description for fuzz tests.
test_Revert[If|When]_Condition for tests expecting a revert.
testFork_Description for tests that fork from a network.
testForkFuzz_Revert[If|When]_Condition for a fuzz test that forks and expects a revert.
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

1 participant