Skip to content

Commit

Permalink
docs: account for classes in test guideline (#4495)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Mar 16, 2024
1 parent f6e4a07 commit fec288b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ before contributing.

1. Use the following convention for test names:
```
<symbol>() <criteria>
<symbol> <criteria>
```

Examples:
- assertEquals() matches when values are equal
- ensureDirSync() creates dir if it does not exist
- chunk() throws on non-naturals
- Server exposes the addresses the server is listening on as addrs property

0 comments on commit fec288b

Please sign in to comment.