1Test::Run(3) User Contributed Perl Documentation Test::Run(3)
2
3
4
6 Test::Run - a new and improved test harness for TAP scripts.
7
9 cpanp -i Task::Test::Run::AllPlugins
10 export HARNESS_PLUGINS="ColorSummary ColorFileVerdicts"
11 runprove t/*.t
12
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 You can find documentation for this module with the perldoc command.
26
27 perldoc Test::Run
28
29 You can also look for information at:
30
31 · Homepage
32
33 <http://web-cpan.shlomifish.org/modules/Test-Run/>
34
35 · AnnoCPAN: Annotated CPAN documentation
36
37 <http://annocpan.org/dist/Test::Run>
38
39 · CPAN Ratings
40
41 <http://cpanratings.perl.org/d/Test::Run>
42
43 · RT: CPAN's request tracker
44
45 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test::Run>
46
47 · Search CPAN
48
49 <http://search.cpan.org/dist/Test::Run>
50
52 · <http://testanything.org/wiki/index.php/Test::Run>
53
54 Test::Run on the Test Anything Protocol wiki.
55
56 · <http://testanything.org/wiki/index.php/TAP_Consumers>
57
58 Other TAP consumers.
59
60 · Test::Tutorial
61
62 Learn how to write Perl tests.
63
65 The (possibly ad-hoc) regex for matching the optional digits+symbols
66 parameters' prefix of the sprintf conversion was originally written by
67 Bart Lateur (BARTL on CPAN) for his String::Sprintf module.
68
70 Copyright 2006 Shlomi Fish, all rights reserved.
71
72 This program is released under the following license: MIT X11.
73
74
75
76perl v5.32.0 2020-07-28 Test::Run(3)