cargo bolero test --help
is wrong, or test searching is broken
#143
Labels
[E] User Experience
An UX enhancement for an existing feature. Including deprecation of an existing one.
The help says
<test>
is the name of the test target, which it's not, it only seems to work if it is the path to the target, likemodule::tests::test_fn
instead oftest_fn
.Or if it's intended to be the name and work like
cargo test
does, then thats it only accepts paths when it shouldn't.The text was updated successfully, but these errors were encountered: