NorfairKing / sydtest

A modern testing framework for Haskell with good defaults and advanced testing features.
113 stars 25 forks source link

Add missing IsTest instances so that Hedgehog properties can be run with resources #50

Closed L7R7 closed 2 years ago

L7R7 commented 2 years ago

See #49.

I renamed runHedgehogProperty to runHedgehogPropertyWithArg (similar to runPropertyTestWithArg). I also moved the creation of config into the function that applies the wrapper as I need access to the args.

Let me know what you think!

L7R7 commented 2 years ago

On it. The missing instance is already there. I'm not too familiar with the versioning scheme, is that a bump to 0.3.0.0?

NorfairKing commented 2 years ago

Merged manually and released.