Hi all. I've written a TAP compliant Testing library I'd like feedback
on. I know there is already Test.Simple out there but I found that one
difficult when trying to testing from the commandline with rhino.
Test.TAP makes it considerably easier to do this and in fact I have a
lot of tests that just work when running prove and make test.
A little competition never hurts among libraries right? :-)
Web browseable darcs repo of the library here: http://jeremy.marzhillstudios.com/repo/Test-TAP/
Jeremy Wall