Source: libtest-assertions-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl, liblog-trace-perl Standards-Version: 3.9.6 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-assertions-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-assertions-perl.git Homepage: https://metacpan.org/release/Test-Assertions Package: libtest-assertions-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-trace-perl Multi-Arch: foreign Description: simple set of building blocks for unit and runtime testing Test::Assertions provides a convenient set of tools for constructing tests, such as unit tests or run-time assertion checks (like C's ASSERT macro). Unlike some of the Test:: modules available on CPAN, Test::Assertions is not limited to unit test scripts; for example it can be used to check if output is as expected within a benchmarking script. When it is used for unit tests, it generates output in the standard form for CPAN unit testing (under Test::Harness).