aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src/eunit_test.erl
AgeCommit message (Collapse)Author
2016-11-30Merge pull request #805 from matwey/fsf_addrBjörn Gustavsson
Fix FSF mail address
2016-02-17eunit: Add suppression of Dialyzer warningsHans Bolinder
2015-08-06Fix FSF mail addressMatwey V. Kornilov
2012-08-10detect and report bad return values from generators and instantiatorsRichard Carlsson
2012-08-10make stack trace pruning know about the new formatRichard Carlsson
2011-09-25updated author e-mails and homepagesRichard Carlsson
2011-09-25removed cvs keywords from filesRichard Carlsson
2011-08-30Updated to EUnit version 2.2.0Richard 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-20The R13B03 release.OTP_R13B03Erlang/OTP