Source: libtest2-harness-perl Maintainer: Debian Perl Group Uploaders: Mason James Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libdata-uuid-perl , libfilter-perl , libgoto-file-perl , libimporter-perl , libio-compress-perl , libjson-pp-perl , liblong-jump-perl , libscalar-list-utils-perl , libscope-guard-perl , libterm-table-perl (>= 0.015) , libtest-simple-perl (>= 1.302170) , libtest2-plugin-memusage-perl , libtest2-plugin-uuid-perl , libtest2-suite-perl (>= 0.000127) , libyaml-tiny-perl , perl-xs-dev, perl:native Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest2-harness-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest2-harness-perl.git Homepage: https://metacpan.org/release/Test2-Harness Rules-Requires-Root: no Package: libtest2-harness-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-uuid-perl, libfilter-perl, libgoto-file-perl, libimporter-perl, libio-compress-perl, libjson-pp-perl, liblong-jump-perl, libscalar-list-utils-perl, libscope-guard-perl, libterm-table-perl (>= 0.015), libtest-simple-perl (>= 1.302170), libtest2-plugin-memusage-perl, libtest2-plugin-uuid-perl, libtest2-suite-perl (>= 0.000127), libyaml-tiny-perl Description: new and improved test harness with better Test2 integration App::Yath (Yet Another Test Harness) is an alternative to App::Prove, and Test2::Harness is an alternative to Test::Harness. It is not designed to replace Test::Harness/prove. Test2::Harness is designed to take full advantage of the rich data Test2 can provide. Test2::Harness is also able to use non-core modules and provide more functionality than prove can achieve with its restrictions. . Test2::Harness is the backend code that handles running/processing the tests. In general a user will not use it directly, instead you should probably be looking at App::Yath which is the UI layer built around Test2::Harness. . To use Test2::Harness, you use the yath command. Yath will find the tests (or use the ones you specify) and run them. As it runs, it will output diagnostic information such as failures. At the end, yath will print a summary of the test run.