Closed laralove143 closed 2 years ago
Currently only explicit tests are listed, but the default behavior of cargo test is to run Doctests (codeblocks in docs unless they start with ```ignore) as well, so they should be listed in the tree
cargo test
Closing as a duplicate of #4
Currently only explicit tests are listed, but the default behavior of
cargo test
is to run Doctests (codeblocks in docs unless they start with ```ignore) as well, so they should be listed in the tree