HUnit: A unit testing framework for Haskell

[ bsd3, library, testing ] [ Propose Tags ]

HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: http://www.junit.org.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
base4Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.2.0, 1.2.2.1, 1.2.2.3, 1.2.4.2, 1.2.4.3, 1.2.5.0, 1.2.5.1, 1.2.5.2, 1.3.0.0, 1.3.1.0, 1.3.1.1, 1.3.1.2, 1.4.0.0, 1.5.0.0, 1.6.0.0, 1.6.1.0, 1.6.2.0
Dependencies base (<4.7), deepseq [details]
License BSD-3-Clause
Author Dean Herington
Maintainer hunit@richardg.name
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-13T22:10:58Z
Category Testing
Home page http://hunit.sourceforge.net/
Source repo head: darcs get http://code.haskell.org/HUnit/
Uploaded by RichardGiraud at 2012-06-12T08:59:37Z
Distributions Arch:1.6.2.0, Debian:1.6.0.0, Fedora:1.6.2.0, FreeBSD:1.2.5.2, LTSHaskell:1.6.2.0, NixOS:1.6.2.0, Stackage:1.6.2.0, openSUSE:1.6.2.0
Reverse Dependencies 208 direct, 4478 indirect [details]
Executables optimize-tests, terminal-tests, extended-tests, basic-tests
Downloads 237685 total (312 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HUnit-1.2.4.3

[back to package description]
HUnit is a unit testing framework for Haskell, inspired by the JUnit
tool for Java.  HUnit is free software; see its "License" file for
details.  HUnit is available at <http://hunit.sourceforge.net>.

HUnit 1.1.1 consists of a number of files.  Besides Haskell source files
in Test/HUnit (whose names end in ".hs" or ".lhs"), these files include:

  * README          -- this file
  * doc/Guide.html  -- user's guide, in HTML format
  * LICENSE         -- license for use of HUnit

See the user's guide for more information.