Skip to content

Commit 7b4a296

Browse files
tests: Add note about test suite naming convention
1 parent 00d1680 commit 7b4a296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/developer-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ code.
3434
- Constant names are all uppercase, and use `_` to separate words.
3535
- Class names, function names and method names are UpperCamelCase
3636
(PascalCase). Do not prefix class names with `C`.
37+
- Test suite naming convention: The Boost test suite in file
38+
`src/test/foo_tests.cpp` should be named `foo_tests`.
3739

3840
- **Miscellaneous**
3941
- `++i` is preferred over `i++`.

0 commit comments

Comments
 (0)