Eunit 1.1 review

Download
by rbytes.net on

License: MPL (Mozilla Public License)
File size: 0K
Developer: Mickael Remond
0 stars award from rbytes.net

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 search tags