Merge pull request #2181 from tshepang/patch-1
docs: future expansion to non-Rust testing already implied
This commit is contained in:
commit
a74e4dcec8
|
@ -6,8 +6,7 @@ of code examples that could get outdated. Therefore it is very important for
|
|||
them to be able to automatically test these code examples.
|
||||
|
||||
mdBook supports a `test` command that will run all available tests in a book. At
|
||||
the moment, only rustdoc tests are supported, but this may be expanded upon in
|
||||
the future.
|
||||
the moment, only Rust tests are supported.
|
||||
|
||||
#### Disable tests on a code block
|
||||
|
||||
|
@ -65,4 +64,4 @@ not specified it will default to the value of the `build.build-dir` key in
|
|||
#### --chapter
|
||||
|
||||
The `--chapter` (`-c`) option allows you to test a specific chapter of the
|
||||
book using the chapter name or the relative path to the chapter.
|
||||
book using the chapter name or the relative path to the chapter.
|
||||
|
|
Loading…
Reference in New Issue