You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will see if I can deduce a proper, minimal example.
Lessons so far: it's not shouldBe vs == (makes no difference if I switch out shouldBe with ==).
Possible clue: are Hspec and Tasty handling depth in the same way? In other words, does defaultConfig { configSmallCheckDepth = <depth> } for Hspec has the same effect as localOption (SC.SmallCheckDepth <depth>) for Tasty?
https://www.reddit.com/r/haskell/comments/7q3pgq/how_to_combine_smallchecks_ability_to_find/
The text was updated successfully, but these errors were encountered: