Skip to content

Commit

Permalink
Update content/docs/languages/rust/00-unit-testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Moelius <[email protected]>
  • Loading branch information
GrosQuildu and smoelius authored Nov 25, 2024
1 parent 0ebf410 commit bcaa89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/languages/rust/00-unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unit tests are easy to execute, low-effort to implement, and catch a lot of simp

## Installation and first steps

The standard and ultimate tool for executing unit and integration tests for Rust codebases is the `cargo test`.
The standard and ultimate tool for executing unit and integration tests for Rust codebases is `cargo test`.
The basic setup and usage of `cargo test` is well-known, so we will skip the introduction.

You can also try [the `cargo-nextest`](https://nexte.st/index.html) - a new test runner.
Expand Down

0 comments on commit bcaa89b

Please sign in to comment.