nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
713 stars 119 forks source link

Allow skipping to a specific test number or shrink state #340

Open ChickenProp opened 2 years ago

ChickenProp commented 2 years ago

I just opened a PR for this feature on hedgehog: https://github.com/hedgehogqa/haskell-hedgehog/pull/454

I don't know if it's going to be accepted. But I bring it up here because QuickCheck may also want such a feature. (I might be up for implementing it myself, but not in the immediate future at least.) And if both packages are going to have it, then sharing discussion might be valuable? Like there might be details of how it would ideally behave, or about how it might integrate with hspec, where input from quickcheck could be useful.