mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 18:57:12 +00:00
remove mkdocs specific syntax
This commit is contained in:
parent
8d08c1964f
commit
8026e1465b
77 changed files with 1128 additions and 1128 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Test Functions
|
||||
|
||||
```rs linenums="1"
|
||||
```rs
|
||||
// module code here
|
||||
|
||||
#[cfg(test)]
|
||||
|
@ -33,7 +33,7 @@ mod tests {
|
|||
|
||||
## Controlling How Tests Are Run
|
||||
|
||||
```sh linenums="1"
|
||||
```sh
|
||||
cargo test -- --test-threads=<number> # run tests in parallel (1 no parallelism)
|
||||
cargo test -- --show-output # show content printed in stdout in each test
|
||||
cargo test <test_name> # run only a specific test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue