doctest-prop: Allow QuickCheck-style property testing within doctest.
Deprecated
in favor of 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
.
Downloads
- doctest-prop-0.1.0.0.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), 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 2012-09-29T13:45:33Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4040 total (8 in the last 30 days) |
Rating | 1.75 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |