The doctest-prop package
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 .
Properties
| Versions | 0.1.0.0, 0.1.0.1, 0.2 |
|---|---|
| Dependencies | base (4.*), HUnit, QuickCheck |
| License | MIT |
| Author | Takayuki Muranushi |
| Maintainer | muranushi@gmail.com |
| Category | Testing |
| Source repository | git clone git://github.com/nushio3/doctest-prop.git |
| Upload date | Sat Sep 29 13:57:51 UTC 2012 |
| Uploaded by | TakayukiMuranushi |
| Built on | ghc-7.6 |
Modules
- Test
- DocTest
Downloads
- doctest-prop-0.1.0.1.tar.gz (Cabal source package)
- package description (included in the package)