haskell-hedgehog-classes icon indicating copy to clipboard operation
haskell-hedgehog-classes copied to clipboard

lawsCheck and lawsCheckOne: call exitFailure on failure?

Open chessai opened this issue 5 years ago • 0 comments

lawsCheckMany does this. however, sometimes people will use the other two functions in test suites. failures there don't cause a test-suite failure. this could be fixed by making sure that all lawsCheck functions call exitFailure on a failed test.

chessai avatar Nov 12 '19 01:11 chessai