HTF: The Haskell Test Framework
The HTF lets you write HUnit tests (http:hunit.sourceforge.net) and QuickCheck (http:www.cs.chalmers.se~rjmhQuickCheck/) properties in an easy and convenient way. Additionally, the HTF provides a facility for testing programs by running them and comparing the actual output with the expected output (so called file-based tests). The HTF uses Template Haskell to collect all tests and properties, so you do not need to write boilerplate code for that purpose. Preprocessor macros provide you with file name and line number information for tests and properties that failed.
| Version | 0.1 |
|---|---|
| Dependencies | base (>3), containers, directory, HUnit, process, QuickCheck (<2), random, template-haskell |
| License | LGPL |
| Author | Stefan Wehr <wehr@informatik.uni-freiburg.de> |
| Stability | Beta |
| Category | Testing |
| Home page | http://www.informatik.uni-freiburg.de/~wehr/software/haskell/ |
| Executables | htf-pp |
| Upload date | Sun Feb 24 22:03:53 UTC 2008 |
| Uploaded by | GwernBranwen |
| Built on | ghc-6.8 |
| Build failure | ghc-6.10 (log) |
Modules
- Test
Downloads
- HTF-0.1.tar.gz (Cabal source package)
- package description (included in the package)
