-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop showing extranous test results #2832
Comments
Why should we show the output of modules which we dont run or match? |
Yeah this is kinda unfortunate due to how tests are run today. Cargo has a list of binaries and an argument to pass to all of them, but it doesn't know which binary contains the test in question. You can filter with Unfortunately the "solution" here would be for the test binaries to be assumed to have a particular output format (e.g. streaming json) or Cargo parsing the current output (eew). And json probably requires custom test frameworks, which is a bit of aways out :( |
Any update on this issue? |
I think with #5609, we can move test result rendering from libtest to |
please build the cargo
then run
cargo test -- shell
the following is the output i get,
The text was updated successfully, but these errors were encountered: