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.
we should use the recommended naming conventions from the docs to make them more readable: