doctest-prop-0.1.0.1: Allow QuickCheck-style property testing within doctest.

The doctest-prop package

This package allows you to write QuickCheck properties and HUnit assertions within doctest, using functions that keep silence when test succeeds and print out the test outputs otherwise.

To enjoy behavior driven development in Haskell, first import Test.DocTest.Prop, and use prop, propWith and unit to write in-place tests. For more details, please refer to examples in the module Test.DocTest.Prop .

Properties

Versions0.1.0.0, 0.1.0.1, 0.2
Dependenciesbase (4.*), HUnit, QuickCheck
LicenseMIT
AuthorTakayuki Muranushi
Maintainermuranushi@gmail.com
CategoryTesting
Source repositorygit clone git://github.com/nushio3/doctest-prop.git
Upload dateSat Sep 29 13:57:51 UTC 2012
Uploaded byTakayukiMuranushi
Built onghc-7.6

Modules

Downloads