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
4242 Finished dev [unoptimized + debuginfo] target(s) in 0.89 secs
4343 Running target/debug/deps/blah-d3b32b97275ec472
4444
45- running 3 tests
45+ running 4 tests
4646test test_bar ... ok
4747test test_baz ... ok
4848test test_foo_bar ... ok
4949test test_foo ... ok
5050
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
5252```
5353
5454You can also run tests whose name matches a pattern:
@@ -135,7 +135,7 @@ Corro
135135```
136136What actually gets put into ` ferris.txt ` is this:
137137``` shell
138- $ cargo test test_foo
138+ $ cargo test test_file && cat ferris.txt
139139Corro
140140Ferris
141141Corro
You can’t perform that action at this time.
0 commit comments