You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
yanganto
added
the
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
label
Jan 3, 2022
My impression is that either solving the issue in runtime or compile time, the responsibility is on test frameworks but not cargo. Do you have any advice that this should be done in cargo?
Problem
There may be meta value as a reason for ignoring attributes on a test case.
the-ignore-attribute
It is good to show the reason if exist on the result of
cargo test
.By the way, the crate will utilize this feature to help users easily to know why the test case ignored
https://github.com/yanganto/test-with/
This is the first post for me here, if there is something I need to change, please kindly tell me thanks.
Proposed Solution
For example to show the reason if exist as following result of
cargo test
.Notes
This issue also opens in Rust internal
https://internals.rust-lang.org/t/pre-rfc-provide-ignore-message-when-the-test-ignored/15904
The text was updated successfully, but these errors were encountered: