Skip to content
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

--show-skipped tests option #502

Open
Sigmanificient opened this issue Jun 27, 2023 · 1 comment
Open

--show-skipped tests option #502

Sigmanificient opened this issue Jun 27, 2023 · 1 comment

Comments

@Sigmanificient
Copy link
Contributor

Hi, it would be nice to add a option to show the number of skipped tests.
This would avoid setting verbose to check for skipped tests.

[====] Synthesis: Tested: 0 | Passing: 0 | Failing: 0 | Crashing: 0 

would become

[====] Synthesis: Tested: 0 | Passing: 0 | Failing: 0 | Crashing: 0 | Skipped: 1

when the flag --show-skipped is set.

@drawbu
Copy link

drawbu commented Aug 23, 2023

Yeah, I feel like this should be part of Criterion by default, skipped tests are a nice feature, but the fact that we don't see anything make it much less pleasant to use...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants