mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
docs: future expansion to non-Rust testing already implied
This commit is contained in:
parent
02f3823e4c
commit
0b0b548d7a
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue