Merge pull request #2181 from tshepang/patch-1

docs: future expansion to non-Rust testing already implied
This commit is contained in:
Dylan DPC 2023-09-01 08:55:38 +00:00 committed by GitHub
commit a74e4dcec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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.