libtest2-harness-perl 1.000152-1 source package in Ubuntu

Changelog

libtest2-harness-perl (1.000152-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.000152.
  * Remove debian/libtest2-harness-perl.docs, TODO is gone.

 -- gregor herrmann <email address hidden>  Wed, 21 Jun 2023 21:32:10 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000152-1.dsc 2.9 KiB 498d9e3ac15d0856a8a787e00cc42bdad0259ff5d76bcf456fa2720e943199c5
libtest2-harness-perl_1.000152.orig.tar.gz 393.7 KiB 888a9601dbd33eeb9a49371d6662bb244f0077f40994ce20bc90a5be5491aa5b
libtest2-harness-perl_1.000152-1.debian.tar.xz 2.4 KiB 4bd394d25c66cf4326e477945feed07cb74993f2ad05c337b45b6321d03a1a89

Available diffs

No changes file available.

Binary packages built by this source

libtest2-harness-perl: 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.