-
-
17 Oct 2020 16:18:04 UTC
- Distribution: Test-Run
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (0)
- Testers (54 / 0 / 0)
- Kwalitee
Bus factor: 1- 93.61% Coverage
- License: mit
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (107.99KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install Test::Run, copy and paste the appropriate command in to your terminal.
cpanm Test::Run
perl -MCPAN -e shell install Test::Run
For more information on module installation, please visit the detailed CPAN module installation guide.