Skip to content

Commit b10842a

Browse files
sam-githubMylesBorins
authored andcommitted
doc: sort require statements in tests
PR-URL: #10616 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
1 parent 8f0e31b commit b10842a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/guides/writing-tests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ These modules are required for the test to run. Except for special cases, these
7272
modules should only include core modules.
7373
The `assert` module is used by most of the tests to check that the assumptions
7474
for the test are met.
75+
Note that require statements are sorted, in
76+
[ASCII](http://man7.org/linux/man-pages/man7/ascii.7.html) order (digits, upper
77+
case, `_`, lower case).
7578

7679
**Lines 6-17**
7780

0 commit comments

Comments
 (0)