1Test2::Formatter::Test2U(s3e)r Contributed Perl DocumentaTteisotn2::Formatter::Test2(3)
2
3
4
6 Test2::Formatter::Test2 - An alternative to TAP, used by
7 Test2::Harness.
8
10 This formatter is the primary formatter used for final result rendering
11 when you use Test2::Harness. This formatter is NOT designed to have its
12 output consumed by code/machine/harnesses. The goal of this formatter
13 is to have output that is easily read by humans.
14
16 If you are running a test directly with perl and want to use this
17 formatter:
18
19 $ perl -MTest2::Formatter::Test2 path/to/test.t
20
21 You could also use the module directly in your test, but that is not
22 recommended as your test would then be unable to be run via prove or
23 other harnesses.
24
26 The source code repository for Test2-Harness can be found at
27 http://github.com/Test-More/Test2-Harness/.
28
30 Chad Granum <exodist@cpan.org>
31
33 Chad Granum <exodist@cpan.org>
34
36 Copyright 2020 Chad Granum <exodist7@gmail.com>.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 See http://dev.perl.org/licenses/
42
43
44
45perl v5.38.0 2023-10-04 Test2::Formatter::Test2(3)