Popularity
5.5
Growing
Activity
0.0
Stable
6
4
3
Monthly Downloads: 3
Programming language: Haskell
License: MIT License
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.
-
cabal-test-compat
Compatibility interface of cabal test-suite.
Do you think we are missing an alternative of cabal-test-quickcheck or a related project?
README
cabal-test-quickcheck
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
.