-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Documentation for --tests flag is very unclear #10490
Copy link
Copy link
Closed
Labels
A-cli-helpArea: built-in command-line helpArea: built-in command-line helpC-bugCategory: bugCategory: bugCommand-testE-easyExperience: EasyExperience: EasyS-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Metadata
Metadata
Assignees
Labels
A-cli-helpArea: built-in command-line helpArea: built-in command-line helpC-bugCategory: bugCategory: bugCommand-testE-easyExperience: EasyExperience: EasyS-needs-mentorStatus: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
cargo test --helphas this to say about the--testsflag:Steps
cargo test --helpPossible Solution(s)
Explicitly state whether unit, integration and/or doctests are being run.
It seems to me like it's unit and integration tests but not doctests. If this is the intended behavior, I can create a PR to improve the help message.
Version