Popularity
5.0
Declining
Activity
0.0
Stable
6
4
2

Monthly Downloads: 32
Programming language: Haskell
License: MIT License
Tags: Testing     Cabal    

cabal-test-quickcheck alternatives and similar packages

Based on the "cabal" category.
Alternatively, view cabal-test-quickcheck alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cabal-test-quickcheck or a related project?

Add another 'cabal' Package

README

cabal-test-quickcheck

Build Status

Support for QuickCheck with the 'detailed' Cabal testing interface. See test/Example.hs for an example of use.

Set the type of your test-suite to detailed-0.9, and point the test-module field to the module which exports your tests. Configure with the --enable-tests option and run cabal test.