-
Notifications
You must be signed in to change notification settings - Fork 109
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
Number of QuickCheck test cases is inconsistent #147
Comments
I also noticed that this behavior manifests even if I specifically select one of the single-case tests with
|
Could you construct a minimal reproducible example? |
(Actually, it doesn't have to be minimal -- if this is an open source project buildable with stack, just point me to it.) |
Yes, the project is public. If you install https://github.com/jtdaugherty/text-markup and then run |
(And for what it's worth, the |
The reason why I mentioned stack is that stack provides a little bit more reproducibility than the alternatives. As I was afraid from the beginning, I am not able to reproduce your results.
|
I've reproduced the problem with the attached |
Confirmed. I'm going to report this upstream to QuickCheck devs. |
Wonderful. Thank you! Can you CC me on that report? I'm curious to know what's going on. |
It looks like the bug is fixed in QuickCheck (7b06fa0); with that version, I get:
|
I'm using
tasty
version0.11.0.3
withtasty-quickcheck
version0.8.4
. I'm usingdefaultMain
with no command-line arguments. I run my test suite consisting of four quickcheck properties and I see that only one of my properties is tested with more than one test case rather than using the same number of cases for each property:If I instead run the test suite binary with
--quickcheck-tests 1000
I see this:The text was updated successfully, but these errors were encountered: