Deprecated

In favour of

doctest-prop

Allow QuickCheck-style property testing within doctest.

LTS Haskell 7.24:0.2.0.1
Stackage Nightly 2016-09-14:0.2.0.1
Latest on Hackage:0.2.0.1

See all snapshots doctest-prop appears in

MIT licensed by Takayuki Muranushi
Maintained by [email protected]
This version can be pinned in stack with:doctest-prop-0.2.0.1@sha256:5a4875f671b5395ebee3a5b46d4c2b3925e5c92558f96066d57f12bb1082c739,1762

Module documentation for 0.2.0.1

Depends on 3 packages(full list with versions):

Please use doctest that supports QuickCheck properties.

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 .