Added --include-ignored to cargo test options#9190
Added --include-ignored to cargo test options#9190trevarj wants to merge 2 commits intorust-lang:masterfrom
Conversation
This option has been stabilized in rust-lang/rust#80053
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Eh2406 (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
Thanks for the PR! However, the man pages document the options of cargo, not the test harness. Currently, I don't think there is any online documentation for the test harness (only the output from I have felt it would be good to have libtest-specific documentation somewhere. The rustc book might be as good as place as any, and then the cargo docs could link to that. Do you have any interest in working on that? If not, that's ok. |
|
@ehuss Hi, I don't think I'm well-versed enough in libtest / rustc for this. I just simply spent an embarrassing amount of time looking for Feel free to close this! |
|
No worries. I just posted rust-lang/rust#82350 to try to fill that hole. |
This option has been stabilized in rust-lang/rust#80053