[Feature]: Test Name Standardization #491
Labels
effort: medium
Default level of effort.
good first issue
Good for newcomers.
priority: 0
Nice-to-have. Willing to ship without this.
type: ref
A code update that doesn't meaningfully change functionality.
type: test
Changes to the testing suite.
Milestone
What is the feature you would like to see?
We agreed to standardize test function names (unit and e2e) in the following manner:
function_name_description
for successful tests (e.g.fn mint_success
,fn transfer_from_success_with_data
).function_name_revert_when_condition
for tests expecting a revert (e.g.fn mint_reverts_when_receiver_is_invalid
).All test names in both unit and e2e tests should be updated to the new convention.
Related #386
Contribution Guidelines
The text was updated successfully, but these errors were encountered: