2002-06-19 17:13:24 UTC
Thanks for your kind words. I'm glad you find HUnit useful.
HUnit was designed to be tailorable, especially in the way you desire, so what you want is straightforward to accomplish. I'll bet you can even do it for yourself! Write yourself a function:
runTestDots :: Test -> IO Counts
that calls `performTest` appropriately. (See `runTestText` for an example.)
If you know some Haskell, this should be fairly easy. If you're a newbie, it would be a good learning experience. Let me know if you have problems.