1Test::Run(3)          User Contributed Perl Documentation         Test::Run(3)
2
3
4

NAME

6       Test::Run - a new and improved test harness for TAP scripts.
7

SYNPOSIS

9           cpanp -i Task::Test::Run::AllPlugins
10           export HARNESS_PLUGINS="ColorSummary ColorFileVerdicts"
11           runprove t/*.t
12

ABOUT

14       Test::Run is an improved test harness, originally based on
15       Test::Harness version 2.xx by Michael G. Schwern, Andy Lester and
16       others.
17
18       The top-level "Test::Run" by itself does not do much. You should refer
19       to Task::Test::Run::AllPlugins for more detailed instructions.
20
21       The rest of this page contains some information and links about
22       Test::Run.
23
25       •   <http://testanything.org/wiki/index.php/Test::Run>
26
27           Test::Run on the Test Anything Protocol wiki.
28
29       •   <http://testanything.org/wiki/index.php/TAP_Consumers>
30
31           Other TAP consumers.
32
33       •   Test::Tutorial
34
35           Learn how to write Perl tests.
36

ACKNOWLEDGEMENTS

38       The (possibly ad-hoc) regex for matching the optional digits+symbols
39       parameters' prefix of the sprintf conversion was originally written by
40       Bart Lateur (BARTL on CPAN) for his String::Sprintf module.
41
43       Copyright 2006 Shlomi Fish, all rights reserved.
44
45       This program is released under the following license: MIT X11.
46
47
48
49perl v5.34.0                      2022-01-21                      Test::Run(3)
Impressum