cabal-test-quickcheck

QuickCheck for Cabal


Keywords
mit, testing, Propose Tags, , Index, Quick Jump, Distribution.TestSuite.QuickCheck, cabal-test-quickcheck-0.1.8.2.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, TimothyJones, edit package information
License
MIT
Install
cabal install cabal-test-quickcheck-0.1.8.2

Documentation

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.