File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ of code examples that could get outdated. Therefore it is very important for
6
6
them to be able to automatically test these code examples.
7
7
8
8
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.
11
10
12
11
#### Disable tests on a code block
13
12
@@ -65,4 +64,4 @@ not specified it will default to the value of the `build.build-dir` key in
65
64
#### --chapter
66
65
67
66
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.
You can’t perform that action at this time.
0 commit comments