Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cargo test specific test

cargo test test_name # runs all test containing test_name in their name
cargo test test_fn_name -- --exact # runs only test with exact name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cargo #test #specific #test
ADD COMMENT
Topic
Name
2+8 =