Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-10 | Wrap eunit macros into begin ... end blocks | Anthony Ramine | |
This makes typos such as missing commas between two assertions (e.g. ?assert(true) ?assert(true)) syntax errors instead of silently compiling and failing with a badfun error at runtime. This won't break any existing code as parenthesed expressions and blocks have the same precedence and none of these macros can be used as patterns. | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-01-09 | eunit: Eliminate use of the package syntax | Björn Gustavsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-08-10 | minor cleanup | Richard Carlsson | |
2011-09-25 | removed cvs keywords from files | Richard Carlsson | |
2011-08-30 | Updated to EUnit version 2.2.0 | Richard Carlsson | |
New macros assertNotMatch(Guard, Expr), assertNotEqual(Unexpected, Expr), and assertNotException(Class, Term, Expr). The debugMsg macro now also prints the pid of the current process. When testing all modules in a directory, tests in <Module>_tests.erl are no longer executed twice. The use of 'regexp' internally has been replaced with 're'. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |