[Haskell-cafe] TBC: Testing By Convention

Peter Gammie peteg42 at gmail.com
Sun Jul 26 21:12:59 EDT 2009


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/



More information about the Haskell-Cafe mailing list