1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libtap-formatter-html-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
perl
Build-Depends-Indep: libaccessors-perl,
libtemplate-perl,
liburi-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtap-formatter-html-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtap-formatter-html-perl.git
Homepage: https://metacpan.org/release/TAP-Formatter-HTML/
Package: libtap-formatter-html-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libaccessors-perl,
libtemplate-perl,
liburi-perl
Description: TAP Test Harness output delegate for html output
TAP::Formatter::HTML provides HTML output formatting for TAP::Harness (a
replacement for Test::Harness).
.
This module is targeted at all users of automated test suites. It's meant to
make reading test results easier, giving you a visual summary of your test
suite and letting you drill down into individual failures.
|