Skip to content

Commit

Permalink
docs: add note about test case prefixing
Browse files Browse the repository at this point in the history
Based on @dhurley feedback in #956 (comment)
  • Loading branch information
ryepup committed Jan 17, 2025
1 parent 25b9344 commit 9bc5a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ can be merged. Your agreement signature will be safely stored by F5 and no longe

<!-- ### Go Guidelines Here Linter-->

* when writing [table-driven tests](https://go.dev/wiki/TableDrivenTests), add a numbered prefix to each test case name (`Test 1:`, `Test 2:`, and so on) to make it easier to see which cases failed.

### Git Guidelines

* Keep a clean, concise and meaningful git commit history on your branch (within reason), rebasing locally and squashing before submitting a PR.
Expand Down

0 comments on commit 9bc5a98

Please sign in to comment.