-
Notifications
You must be signed in to change notification settings - Fork 30
When no tasty tests called, test-options
passes to QuickCheck
instead of tasty
#162
Comments
I think this is the default behaviour for |
@Renegatto Could you provide a simple example of the behavior you're experiencing (i.e. the OPTs you're passing and the output you're seeing)? I believe that would help me track down the cause of this. |
@gnumonik no, at the moment I don't have any project to trigger this issue on. |
@gnumonik I think the best solution is to 'swallow' those flags, assuming that we can do this. If not, I actually feel this might be a |
@Renegatto After digging through the tasty source, it seems very likely that the issue is on their end. I'm reasonably sure that Koz is right and that this is the default behavior, and that there is not an easy way to override it. I believe that it has to do with the way the Tasty typeclass instances are defined in the tasty quickcheck module, I can elaborate more if you'd like. I could pursue this more if you wish; there may be a less-obvious or not-so-easy way to alter Tasty's behavior. Let me know if you think that would be worthwhile. If not, I'll file an issue report upstream. |
I'm very happy if it will be just reported to |
If no tasty tests called,
OPTS
fromcabal test --test-options=OPTS
somehow gets to quickcheck, not to tasty, which seems like a bug.The text was updated successfully, but these errors were encountered: