peteg's blog - hacking - haskell

TBC: Testing By Convention

/hacking/haskell | Link

mrak and I have been working on a testing harness for Haskell that suits our development styles better than the existing ones. It will:

  • Try to compile and run all tests, even if some do not compile or run, or some source modules from the project do not compile.
  • Find the "conventional" tests automatically, reducing boilerplate significantly.

TBC is at an embryonic stage of development, and would greatly benefit from feedback and/or patches. :-)

The git repo is here: http://github.com/peteg/TBC/, and here's the Hackage page.