[erlang-questions] Erlang Testing frameworks, sorry.
Bengt Kleberg
bengt.kleberg@REDACTED
Tue Feb 26 08:08:07 CET 2008
Greetings,
You do not mention if you have looked in the FAQ:
http://erlang.org/faq/faq.html#AEN785
In addition to those there is also
Eunit
(http://svn.process-one.net/contribs/trunk/eunit/doc/overview-summary.html)
and
yatsy (http://code.google.com/p/yatsy/)
bengt
On Tue, 2008-02-26 at 00:20 -0500, Berlin Brown wrote:
> I have been researching the erlang test frameworks. I still can't
> come to a consensus on what to use.
>
> I can tell you my background and why I am trying to do and maybe you can help.
>
> I am used to junit/unit test driven development and ideally would like
> a stable system that has some of these properties. I have also been
> looking at the behavior driven systems like ruby's rspec and maybe
> combining the unit testing and behavior tests.
>
> Is there anything similar. I also, don't want to stray too far from
> what is established on the erlang platform ("When in rome?")
>
> So far, I want to use test server; it is unique but seems very stable
> and robust.
> http://www.erlang.org/project/test_server/index.html
>
More information about the erlang-questions
mailing list