[Haskell-cafe] TBC: Testing By Convention

Alexander Dunlap alexander.dunlap at gmail.com
Mon Jul 27 00:26:14 EDT 2009


On Sun, Jul 26, 2009 at 6:12 PM, Peter Gammie<peteg42 at gmail.com> wrote:
> Hello,
>
> Mark and I would like to announce our test harness, which has features
> complementary to existing harnesses.
>
> TBC provides two main features:
> - It attempts to compile and run all tests, even if some do not compile or
> run.
> - Aspiring to the write-it-once principle, tests following conventions
> require a lot less boilerplate.
>
> It is at an embryonic stage of development, and would greatly benefit from
> feedback and/or patches. :-)
>
> Hackage: http://hackage.haskell.org/package/TBC
> git: http://github.com/peteg/TBC/
>
> Enjoy!
>
> cheers
> peter
>
> --
> http://peteg.org/
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>

Can it return an exit status based on whether or not all tests passed?
If not, that would be a very useful feature that I have not seen in
any other testing frameworks.

Alex


More information about the Haskell-Cafe mailing list