Test-Run is an improved test harness for scripts that emit TAP (Test Anything Protocol). It was forked from Test::Harness, and it uses TAP::Parser.
The project is used to analyze the output of the scripts and present it to the user in a summarized form. Test-Run features separation of the test-running backend and the command line frontend, a "runprove" utility for running tests from the command line, a plugin-system, and colors for the summary line.
Product's homepage
Requirements:
· Perl
What's New in This Release: [ read full changelog ]
· Test t/sample-tests/skipall was fixed.
· The name of the construction function changed from _initialize to _init.
· _register_obj_formatter() now accepts a hash ref instead of ($name, $format).