test_html.pl

module to run standard Perl test scripts with statistics

Install

All systems
curl cmd.cat/test_html.pl.sh
Debian Debian
apt-get install libtest-harness-perl
Ubuntu
apt-get install libtest-harness-perl
image/svg+xml Kali Linux
apt-get install libtest-harness-perl
CentOS
yum install perl-Test-Harness
Fedora
dnf install perl-Test-Harness
Windows (WSL2)
sudo apt-get update sudo apt-get install libtest-harness-perl
Raspbian
apt-get install libtest-harness-perl

libtest-harness-perl

module to run standard Perl test scripts with statistics

Test::Harness is a Perl module usually invoked by Perl's test systems, namely Test::Simple, Test::More and those based on Test::Builder. This module is already included as part of Perl's core distribution, so this package is only beneficial when newer features or bug fixes are required. For details, please see Bug #383517.

perl-Test-Harness-1

statistics

perl-Test-Harness

This package allows tests to be run and results automatically

aggregated and output to STDOUT. Although, for historical reasons, the Test-Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead.