doctest-prop: Allow QuickCheck-style property testing within doctest.
Deprecated
in favor of doctest
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.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 |
| Uploaded | by TakayukiMuranushi at 2012-09-29T13:59:56Z |
| Category | Testing |
| Source repo | head: git clone git://github.com/nushio3/doctest-prop.git |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 4132 total (15 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] |