Share

Haskell Unit Testing Framework

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

HUnit is great!

You are viewing a single message from this topic. View all messages.

  1. 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.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.