The latest version of doctest-prop is 0.2.0.1-0.

doctest-prop

Version 0.2 revision 0 uploaded by TakayukiMuranushi.

Package meta

Synopsis
Allow QuickCheck-style property testing within doctest.
Description

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 .

Author
Takayuki Muranushi
Bug reports
n/a
Category
Testing
Copyright
n/a
Homepage
n/a
Maintainer
muranushi@gmail.com
Package URL
n/a
Stability
n/a

Components