Skip to content

Commit

Permalink
docs: future expansion to non-Rust testing already implied
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Sep 1, 2023
1 parent 02f3823 commit 0b0b548
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guide/src/cli/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 0b0b548

Please sign in to comment.