hspec-hedgehog icon indicating copy to clipboard operation
hspec-hedgehog copied to clipboard

I think `modifyMaxSize` has no effect

Open ChickenProp opened this issue 2 years ago • 1 comments

This function is re-exported from Test.Hspec.QuickCheck, but it looks to me like it has (and can have) no effect. maxSize of the quickcheck args isn't used, and I believe Hedgehog currently has no way to set the max size for a test. I guess it would be worth documenting this, and not re-exporting the function.

ChickenProp avatar Dec 22 '22 14:12 ChickenProp

PR welcome!

sol avatar Jul 28 '24 02:07 sol