libtest2-harness-perl 1.000155-2 source package in Ubuntu

Changelog

libtest2-harness-perl (1.000155-2) unstable; urgency=medium

  * Team upload.
  * Remove created file, and backup/restore canged test files.
    (Closes: #1046063)

 -- gregor herrmann <email address hidden>  Fri, 08 Mar 2024 11:43:56 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000155-2.dsc 2.8 KiB 70902cc526ca3fc468c3d8bd940430277e5dd6e0b1e2a50d876f509a9689544a
libtest2-harness-perl_1.000155.orig.tar.gz 396.4 KiB 1ef8bf7ae0ca00b687bb6e115f3ab8c95048e480ac9ae53297369bc694a4738b
libtest2-harness-perl_1.000155-2.debian.tar.xz 2.6 KiB e3ec887e85ef74871049a9bab79af9d2b16e936e44025c5e7b5fd3e42b9ecde7

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.