@hackage doctest-prop0.1.0.0

Allow QuickCheck-style property testing within doctest.

This package allows you to write QuickCheck properties 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 .