File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ $ cargo test
42
42
Finished dev [unoptimized + debuginfo] target(s) in 0.89 secs
43
43
Running target/debug/deps/blah-d3b32b97275ec472
44
44
45
- running 3 tests
45
+ running 4 tests
46
46
test test_bar ... ok
47
47
test test_baz ... ok
48
48
test test_foo_bar ... ok
49
49
test test_foo ... ok
50
50
51
- test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
51
+ test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
52
52
```
53
53
54
54
You can also run tests whose name matches a pattern:
@@ -135,7 +135,7 @@ Corro
135
135
```
136
136
What actually gets put into ` ferris.txt ` is this:
137
137
``` shell
138
- $ cargo test test_foo
138
+ $ cargo test test_file && cat ferris.txt
139
139
Corro
140
140
Ferris
141
141
Corro
You can’t perform that action at this time.
0 commit comments