File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
tests/testsuite/cargo_test/help Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ pub fn cli() -> Command {
37
37
"Exclude packages from the test" ,
38
38
)
39
39
. arg_targets_all (
40
- "Test only this package's library unit tests " ,
41
- "Test only the specified binary's unit tests " ,
42
- "Test all binaries's unit tests " ,
40
+ "Test only this package's library" ,
41
+ "Test only the specified binary" ,
42
+ "Test all binaries" ,
43
43
"Test only the specified example" ,
44
44
"Test all examples" ,
45
- "Test only the specified target's integration tests " ,
46
- "Test all test targets's integration tests and library unit tests " ,
45
+ "Test only the specified test target " ,
46
+ "Test all test targets" ,
47
47
"Test only the specified bench target" ,
48
48
"Test all bench targets" ,
49
49
"Test all targets (does not include doctests)" ,
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ Package Selection:
28
28
--all Alias for --workspace (deprecated)
29
29
30
30
Target Selection:
31
- --lib Test only this package's library unit tests
32
- --bins Test all binaries's unit tests
33
- --bin [<NAME>] Test only the specified binary's unit tests
31
+ --lib Test only this package's library
32
+ --bins Test all binaries
33
+ --bin [<NAME>] Test only the specified binary
34
34
--examples Test all examples
35
35
--example [<NAME>] Test only the specified example
36
- --tests Test all test targets's integration tests and library unit tests
37
- --test [<NAME>] Test only the specified target's integration tests
36
+ --tests Test all test targets
37
+ --test [<NAME>] Test only the specified test target
38
38
--benches Test all bench targets
39
39
--bench [<NAME>] Test only the specified bench target
40
40
--all-targets Test all targets (does not include doctests)
You can’t perform that action at this time.
0 commit comments