The quicktest package
QuickTest inspects Haskell source files for unit tests, and runs all tests found through GHCi with a dynamically generated test harness. This means you can simply write properties about your code, and QuickTest will test these properties en masse using QuickCheck. QuickTest is based on quickcheck-script by Koen Claessen and John Hughes.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3 |
|---|---|
| Dependencies | base (4), directory, haskell98, mtl, process |
| License | BSD3 |
| Author | David Siegel |
| Maintainer | djsiegel@gmail.com |
| Stability | Experimental |
| Category | Testing |
| Home page | https://github.com/davidsiegel/quicktest |
| Executables | quicktest |
| Upload date | Fri Dec 24 18:18:41 UTC 2010 |
| Uploaded by | DavidSiegel |
Downloads
- quicktest-0.1.tar.gz (Cabal source package)
- package description (included in the package)