cargo-test: add --nocapture example (#7098)
This commit is contained in:
@@ -26,3 +26,7 @@
|
|||||||
- Run tests for a package:
|
- Run tests for a package:
|
||||||
|
|
||||||
`cargo test --package {{package}}`
|
`cargo test --package {{package}}`
|
||||||
|
|
||||||
|
- Run tests without hiding output from test executions:
|
||||||
|
|
||||||
|
`cargo test -- --nocapture`
|
||||||
|
Reference in New Issue
Block a user