QuickCheck exit status on failures, and cabal integration

前端 未结 2 1863
[愿得一人]
[愿得一人] 2021-01-11 17:29

I\'m trying to understand how to integrate some quickcheck tests with cabal. This gist suggests that the quickCheck function returns non-zero status on failure,

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 18:13

    I used test-framework in the latest version of my Decimal package. It was not overkill; it did just what was wanted. Take a look at the complete source code if you want an example of how to use it.

提交回复
热议问题