Skip to content

Commit 8bc5df6

Browse files
committed
Added linebreak after a. subpoint in test item 9.
1 parent 0094f12 commit 8bc5df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ However, *DO NOT* be afraid to say, "that looks terrible", and tweak it until it
123123
a. NOTE: within reason. Location names, absolutely, but otherwise make sure the purpose of the name is clear.
124124
8. Name files consistent with the purpose of the test.
125125
9. Narrative tests: Test method names should be a narrative summary of the test. For example, `test_stream_create_then_update_then_delete_success(...)`. <br>
126-
a. Use underscores to make the narrative structure of the test name clear.
126+
a. Use underscores to make the narrative structure of the test name clear.<br>
127127
b. The method name should be a clear summary of what is being tested (create, get, update, delete) in order of operations.<br>
128128
c. It should also include the expected result (success, error code, etc.)<br>
129129
d. Comments should also be used in narrative flow to clarify the details of the test internally, but not as a substitute for a clear method name.<br>

0 commit comments

Comments
 (0)