Skip to content

Commit

Permalink
doc: sort require statements in tests
Browse files Browse the repository at this point in the history
PR-URL: #10616
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Prince John Wesley <[email protected]>
  • Loading branch information
sam-github authored and MylesBorins committed Mar 9, 2017
1 parent 8f0e31b commit b10842a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/guides/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ These modules are required for the test to run. Except for special cases, these
modules should only include core modules.
The `assert` module is used by most of the tests to check that the assumptions
for the test are met.
Note that require statements are sorted, in
[ASCII](http://man7.org/linux/man-pages/man7/ascii.7.html) order (digits, upper
case, `_`, lower case).

**Lines 6-17**

Expand Down

0 comments on commit b10842a

Please sign in to comment.