Include crate/package name in cargo test -- --format=json
output
#13553
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
Currently, it is very hard (impossible?) to distinguish between events of tests with similar name in different crates in a cargo workspace
cargo test -- --format=json
output.Proposed Solution
Include crate or package name inside the event. That is, current state:
becomes:
Notes
No response
The text was updated successfully, but these errors were encountered: