-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Command-testS-blocked-externalStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fixStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Description
I'm not sure if this or the rust repo (libtest) is the right place to report this.
It's possible to run cargo test <pattern> to run the tests that match the given pattern.
However, if I run cargo test this_does_not_exist, everything looks green in the output. For example, if I run cargo test mod_floors in Chrono, it will look like this:
On the first glance, it looks like everything is green and all tests passed.
It doesn't tell me that no tests were executed. I really wanted to run cargo test mod_floor:
It would be nice if cargo test somehow tells me that no tests were executed.
Maybe adding a yellow or red warning text could be a good start?
correabuscar, jvcmarcenes, sertonix and hlvlad
Metadata
Metadata
Assignees
Labels
Command-testS-blocked-externalStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fixStatus: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Type
Projects
Status
No status

