hspec / hspec-hedgehog

A library to integrate hedgehog tests into your hspec test suite.
https://hackage.haskell.org/package/hspec-hedgehog
Other
28 stars 6 forks source link

I think `modifyMaxSize` has no effect #22

Closed ChickenProp closed 2 months ago

ChickenProp commented 1 year ago

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.

sol commented 4 months ago

PR welcome!