sn_node: master
So I’m Unit Testing in Rust for the first time and these were the results:
failures:
---- config_handler::test::smoke stdout ----
thread 'config_handler::test::smoke' panicked at 'Argument short must be unique
-l is already in use', /home/folaht/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-2.33.3/src/app/parser.rs:193:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
config_handler::test::smoke
test result: FAILED. 21 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '--lib'
So I’ve got two questions.
Is the unit test is still relevant?
And why are some unit tests ignored?