Test-Run 0.0115 (Default branch) |
|
|
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. It 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.
License: MIT/X Consortium License
Changes:
The code was fully converted to a BSD-style-licence, and in the process heavily refactored. The Test::Run::Plugin::TrimDisplayedFilenames plugin has been added to remove components of extremely long paths. This release has full documentation coverage. Some API compatibility was broken.
|