logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Chad Granum <exodist@cpan.org>

Description

       This formatter is the primary formatter used for final result rendering when you use Test2::Harness. This
       formatter is NOT designed to have its output consumed by code/machine/harnesses. The goal of this
       formatter is to have output that is easily read by humans.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

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

Source

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

Synopsis

       If you are running a test directly with perl and want to use this formatter:

           $ perl -MTest2::Formatter::Test2 path/to/test.t

       You could also use the module directly in your test, but that is not recommended as your test would then
       be unable to be run via prove or other harnesses.

See Also