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

Changelog

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

  * Team upload.
  * Import upstream version 1.000147.

 -- gregor herrmann <email address hidden>  Tue, 21 Feb 2023 22:11: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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-harness-perl_1.000147-1.dsc 2.9 KiB fa7102b9f44b97fa8df84557eb55b8680587a83a77e84362290ceb5bee770251
libtest2-harness-perl_1.000147.orig.tar.gz 390.4 KiB 859269fb11c0fa1f9654490661c142486f8fb857cb29cf5dabe81ac528d32355
libtest2-harness-perl_1.000147-1.debian.tar.xz 2.4 KiB b31e5ac4ddaa8fe009d4382c63b76c12709c181e1a682b2fd1256cb273406875

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.