Description
First of all, thanks a lot for this handy library! I am using it a lot already.
However, I am facing an issue when trying to move from tasty-*
family to hspec-*
family.
Specifically, I want to move from tasty-hedgehog
to hspec-hedgehog
and the process itself is straightforward. I am not changing any hedgehog
specific functions or any of the Gen
s. But I get GaveUp
in my property tests now.
I manage to fix a few such tests with downgrading some ranges in generators from 0 10
to 0 5
, which seems odd.
Do you know about any limitations hspec-hedgehog
puts on discarding or any other limits? Would really appreciate your insights on why this regression can happen 🙏
(This is a commit with the first attempts of migration to hspec-hedgehog
: kowainik/tomland@8755e76 )