[erlang-patches] eunit 2.2.3
Fredrik
fredrik@REDACTED
Wed Aug 8 10:49:05 CEST 2012
Hi Richard,
We have included this patch in the 'pu' branch.
Thank you for the contribution!
BR Fredrik G
Erlang/OTP Team
On 08/07/2012 11:21 PM, Richard Carlsson wrote:
> This updates eunit in OTP to have all the changes from my development
> repo, bumping the version number.
>
> git fetch git://github.com/richcarl/otp.git eunit-2.2.3
>
> (based on OTP master)
>
> Release notes:
>
> EUnit 2.2.3
>
> - New option 'no_tty' to silent the default tty report.
>
> - Recognize the new stacktrace format introduced in R15,
> adding location information. (Thanks to Klas Johansson.)
>
> - Improve layout of error messages, printing the stack trace
> before the error term.
>
> - Heuristically detect and report bad return values from
> generators and instantiators. E.g., "ok" will not be
> interpreted as a module name, and a warning will be printed.
>
> - New test representation {test,M,F} for completeness along
> with {generator,M,F}. Tuples {M,F} are deprecated.
>
> - Use UTF-8 as encoding in Surefire output files. (Thanks to
> Lukas Larsson.)
>
>
> /Richard
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches
More information about the erlang-patches
mailing list