[Haskell-cafe] ANNOUNCE: Chell: A quiet test runner (low-output alternative to test-framework)

Nathan Howell nathan.d.howell at gmail.com
Thu Aug 11 18:09:16 CEST 2011


Is this different than the "--hide-successes" flag for test-framework? Looks
like it was added a few months back:
https://github.com/batterseapower/test-framework/commit/afd7eeced9a4777293af1e17eadab4bf485fd98f

-n

On Thu, Aug 11, 2011 at 8:21 AM, John Millikin <jmillikin at gmail.com> wrote:

> The output I didn't like wasn't coming from HUnit, it was coming from
> the test aggregator I used (test-framework). It prints one line per
> test case run, whether it passed or failed.
>
> That means every time I ran my test suite, it would print *thousands*
> of lines to the terminal. Any failure immediately scrolled up and out
> of sight, so I'd have to either Ctrl-C and hunt it down, or wait for
> the final report when all the tests had finished running.
>
> Chell does the same thing as test-framework (aggregates tests into
> suites, runs them, reports results), but does so quietly. It only
> reports failed and aborted tests.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110811/275d8f34/attachment.htm>


More information about the Haskell-Cafe mailing list