[Haskell-cafe] Unit testing in Haskell

padiolea at irisa.fr padiolea at irisa.fr
Tue Jan 11 14:13:39 EST 2005


> Hello!
>
> When programming in an imperative language like Java, unit tests are a
> very
> important development tool IMHO.
>
> I want to try out unit testing in Haskell and wonder what experienced
> Haskellers
> think about unit testing in Haskell in general and the hUnit testing
> framework
> (see URL below) in particular?
>
> http://hunit.sourceforge.net/
>
> What other unit testing frameworks for Haskell do you use?

have a look at quickcheck:
 http://www.cs.chalmers.se/~rjmh/QuickCheck/

>
> TIA
>
> dap
> --
> Dmitri Pissarenko
> Software Engineer
> http://dapissarenko.com
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>




More information about the Haskell-Cafe mailing list