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

Output QuickCheck's test case classifications #35

Open
jstolarek opened this issue Feb 22, 2013 · 0 comments
Open

Output QuickCheck's test case classifications #35

jstolarek opened this issue Feb 22, 2013 · 0 comments

Comments

@jstolarek
Copy link

QuickCheck allows to classify test cases using classify function. When running such property with quickCheck function the output is:

+++ OK, passed 100 tests (29% Short)

However, test-framework-quickcheck2 only outputs [OK, passed 100 tests], which forces me to run my tests manually to check whether I get the correct test distribution. It would be good if test-framework-quickcheck2 could display that information as well.

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