Commit b6104508 authored by refcell.eth's avatar refcell.eth Committed by GitHub

Merge pull request #7687 from pegahcarter/patch-1

Update STYLE_GUIDE.md
parents 3f1d3d31 7f5bb5c9
......@@ -118,7 +118,7 @@ _Note: This is a work in progress, not all test files are compliant with these g
Test function names are split by underscores, into 3 or 4 parts. An example function name is `test_onlyOwner_callerIsNotOwner_reverts()`.
The parts are: `[method]_[FunctionName]_[reason]_[success]`, where:
The parts are: `[method]_[FunctionName]_[reason]_[status]`, where:
- `[method]` is either `test`, `testFuzz`, or `testDiff`
- `[FunctionName]` is the name of the function or higher level behavior being tested.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment