[erlang-questions] eunit or common_test?

Gordon Guthrie gordon@REDACTED
Sun Sep 27 19:17:12 CEST 2009


Jeremy

First approximation:
* for functions without side-effects write EUnit unit tests as they
will be definitive.
* for functions/sub-systems/systems that have side effects use common test

Gordon

2009/9/27 Jeremy Raymond <jeraymond@REDACTED>:
> Hello,
>
> I've been taking a look a both eunit and common test. Are there any
> advantages one over the other, or does it really just come down to
> preference on which to use?
>
>
> Thanks,
>
> Jeremy
>


More information about the erlang-questions mailing list