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

[ deprecated, library, mit, testing ] [ Propose Tags ]
Deprecated in favor of doctest

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 .

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2, 0.2.0.1
Dependencies base (>=4 && <5), HUnit, QuickCheck [details]
License MIT
Author Takayuki Muranushi
Maintainer muranushi@gmail.com
Category Testing
Source repo head: git clone git://github.com/nushio3/doctest-prop.git
Uploaded by TakayukiMuranushi at 2015-05-05T02:40:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3925 total (10 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-05-05 [all 1 reports]