We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9799c commit e2e2f31Copy full SHA for e2e2f31
src/doc/contrib/src/tests/writing.md
@@ -30,6 +30,8 @@ stdout and stderr output against the expected output.
30
31
Generally, a functional test will be placed in `tests/testsuite/<command>.rs` and will look roughly like:
32
```rust,ignore
33
+use cargo_test_support::prelude::*;
34
+
35
#[cargo_test]
36
fn <description>() {
37
let p = project()
0 commit comments