doctest-prop: Allow QuickCheck-style property testing within doctest.
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
.
Downloads
- doctest-prop-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | 4010 total (19 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] |