Skip to content

Commit 2b69648

Browse files
committed
docs: update test suite guidelines to clarify naming conventions for test source files
1 parent 5e542ad commit 2b69648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This guide provides instructions for contributors on how to create a test suite
1111

1212
- Reuse existing test cases and patch them when possible to avoid redundancy.
1313
- Name the directory in lowercase with words separated by hyphens (e.g., `new-feature`).
14+
- Name the test source file in lowercase with words separated by underscore (e.g., `new_test.cc`).
1415

1516
- **Avoid Committing `.wasm` Files**:
1617
Do not commit precompiled `.wasm` files. Instead:

0 commit comments

Comments
 (0)