I'm new to Rust and I'm currently trying to create test cases for a refactored version of an existing script. I noticed that for some reason whenever I run cargo test
, I first receive the message "running 0 tests" and then "running x tests" (where x the number of tests I have written).
How can I find the source of "running 0 tests"?