[erlang-questions] eunit in common test

Banibrata Dutta banibrata.dutta@REDACTED
Sun Jun 26 15:51:43 CEST 2011


On Sun, Jun 26, 2011 at 6:00 PM, Joel Reymont <joelr1@REDACTED> wrote:

> What is the benefit of using eunit in common test suites?
>
> I see this done but don't see the point.
>

Ref: http://www.erlang.org/doc/apps/common_test/cover_chapter.html#cover
<quote>
Although Common Test was created primarly for the purpose of black box
testing, nothing prevents it from working perfectly as a white box testing
tool as well. This is especially true when the application to test is
written in Erlang. Then the test ports are easily realized by means of
Erlang function calls.
</quote>

Possibly leverage a common reporting framework ? Possibly make it easy to
separate the nightly-build and automated (whitebox) test setup. I'd believe
this is one of the several alternatives that developers have.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110626/e3986d55/attachment.htm>


More information about the erlang-questions mailing list