Skip to content

Commit 0b0b548

Browse files
authored
docs: future expansion to non-Rust testing already implied
1 parent 02f3823 commit 0b0b548

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

guide/src/cli/test.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ of code examples that could get outdated. Therefore it is very important for
66
them to be able to automatically test these code examples.
77

88
mdBook supports a `test` command that will run all available tests in a book. At
9-
the moment, only rustdoc tests are supported, but this may be expanded upon in
10-
the future.
9+
the moment, only Rust tests are supported.
1110

1211
#### Disable tests on a code block
1312

@@ -65,4 +64,4 @@ not specified it will default to the value of the `build.build-dir` key in
6564
#### --chapter
6665

6766
The `--chapter` (`-c`) option allows you to test a specific chapter of the
68-
book using the chapter name or the relative path to the chapter.
67+
book using the chapter name or the relative path to the chapter.

0 commit comments

Comments
 (0)