Closed fatlazycat closed 8 years ago
I'm not sure I understand :)
tasty-hspec
allows you to take your Spec
s and convert them to tasty's TestTree
, to be run with defaultMain
and so forth. Annoyingly, it's not a pure function - maybe I'll look back over the API and see if I'm doing something dumb.
Ha i think it's me being dumb :) Just learning Haskell but have sorted it now thanks and combined them.
Though did wonder why it wasn't a pure fn :)
Hi, do you have an example usages of tasty-hspec when joining it with say hunit / quick check tests that are not coded up in the hspec style i.e. from tasty-hunit, tasty-quickcheck ?
Thanks