Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
b6104508
Unverified
Commit
b6104508
authored
Oct 16, 2023
by
refcell.eth
Committed by
GitHub
Oct 16, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7687 from pegahcarter/patch-1
Update STYLE_GUIDE.md
parents
3f1d3d31
7f5bb5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
STYLE_GUIDE.md
packages/contracts-bedrock/STYLE_GUIDE.md
+1
-1
No files found.
packages/contracts-bedrock/STYLE_GUIDE.md
View file @
b6104508
...
...
@@ -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]_[s
ucces
s]`
, where:
The parts are:
`[method]_[FunctionName]_[reason]_[s
tatu
s]`
, where:
-
`[method]`
is either
`test`
,
`testFuzz`
, or
`testDiff`
-
`[FunctionName]`
is the name of the function or higher level behavior being tested.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment