-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
There are a couple of things that I miss from QuickCheck, but can't figure out how to add without some core changes to Property:
==>: There's no way toDiscarda test case; it's eitherSuccessorFailurevs [Haskell] QuickCheck's tri-state result.once: There's no equivalent ofabort :: Bool; the only cap on the number of times a test is run is all the way back up incheck', meaning any change (eg. allowing configuration of the default runner's hardcoded "100attempts") would be global.
Any thoughts how this should be tackled? My first thought is having Property be more than a newtype, but you might already have an idea as to how you'd tackle this.
Metadata
Metadata
Assignees
Labels
No labels