NAME
Test::Run - a new and improved test harness for TAP scripts.
SYNPOSIS
cpanp -i Task::Test::Run::AllPlugins
export HARNESS_PLUGINS="ColorSummary ColorFileVerdicts"
runprove t/*.t
ABOUT
Test::Run is an improved test harness, originally based on Test::Harness version 2.xx by Michael G. Schwern, Andy Lester and others.
The top-level "Test::Run" by itself does not do much. You should refer to Task::Test::Run::AllPlugins for more detailed instructions.
The rest of this page contains some information and links about Test::Run.
LINKS
http://testanything.org/wiki/index.php/Test::Run
Test::Run on the Test Anything Protocol wiki.
http://testanything.org/wiki/index.php/TAP_Consumers
Other TAP consumers.
-
Learn how to write Perl tests.
ACKNOWLEDGEMENTS
The (possibly ad-hoc) regex for matching the optional digits+symbols parameters' prefix of the sprintf conversion was originally written by Bart Lateur (BARTL on CPAN) for his String::Sprintf module.
COPYRIGHT & LICENSE
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.