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

Make tests fail when zero properties are checked #257

Open
BenjaminW3 opened this issue Aug 3, 2020 · 0 comments
Open

Make tests fail when zero properties are checked #257

BenjaminW3 opened this issue Aug 3, 2020 · 0 comments

Comments

@BenjaminW3
Copy link

I accidentally had RC_PARAMS with a specific reproduce in my environment that were related to a specific test executable.
While extending expectations in a different test executable I was surprised that the test was not failing.
Investigation turned out that the test succeeded because it did check zero properties (because the reproducer from the env does not apply) and so nothing failed.

Is it possible to make a test fail when nothing was checked at all?
Is there any use-case of tests succeeding even though nothing was checked at all?
Where can this check be added to?

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

No branches or pull requests

1 participant