Add rust testing
This commit is contained in:
parent
388130ca6d
commit
08f42369f1
2 changed files with 10 additions and 0 deletions
9
src/dev/rust/testing.md
Normal file
9
src/dev/rust/testing.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Testing
|
||||
|
||||
## `Cargo test` and `println!`
|
||||
|
||||
To see stdout when using cargo run (kudos CobaltVelvet)
|
||||
|
||||
```shell
|
||||
cargo run -- --nocapture
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue