1Test2::Formatter::Test2U(s3e)r Contributed Perl DocumentaTteisotn2::Formatter::Test2(3)
2
3
4

NAME

6       Test2::Formatter::Test2 - An alternative to TAP, used by
7       Test2::Harness.
8

DESCRIPTION

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

SYNOPSIS

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

SOURCE

26       The source code repository for Test2-Harness can be found at
27       http://github.com/Test-More/Test2-Harness/.
28

MAINTAINERS

30       Chad Granum <exodist@cpan.org>
31

AUTHORS

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.32.0                      2020-07-28        Test2::Formatter::Test2(3)
Impressum