Eunit 1.1 review
Download
|
|
Eunit project is an Erlang test suite tool, inspired by agile development ideas.
Usage:
Launch example unit test with:
erl -config sys.config
and then
eunit:run([eunit_examples], {suffix, "_test"}).
What's New in This Release:
This release is a complete rewrite.
Writing unit tests should now be simpler than with the previous version.
This release can also be used with the Aegis configuration management system for continuous integration.
Eunit 1.1 keywords