1

I am using hspec with quickcheck, as per http://hspec.github.io/quickcheck.html

however, on failures, I simply get that a failure happened in a spec, no details about the data used by quickcheck so I can start diagnosing the failure. How do I get this detail out when running tests via cabal?

Michael Neale
  • 19,248
  • 19
  • 77
  • 109
  • 1
    Could you post an example? So far I didn't have any problems with hspec+QuickCheck. – Zeta Mar 24 '15 at 09:25
  • 1
    Turned out it was my implications being too specific - quickcheck actually gave up before it found anything that met my criteria - but I was confused by the message. – Michael Neale Mar 27 '15 at 01:40

0 Answers0