Source: libfennec-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl | perl (<< 5.19.0) Build-Depends-Indep: libchild-perl, libexporter-declare-perl, libmock-quick-perl, libparallel-runner-perl, libtest-exception-perl, libtest-pod-perl, libtest-warn-perl, perl Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfennec-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfennec-perl.git Homepage: https://metacpan.org/release/Fennec Package: libfennec-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libchild-perl, libexporter-declare-perl, libmock-quick-perl, libparallel-runner-perl, libtest-exception-perl, libtest-warn-perl Description: Perl module providing RSPEC, Workflows, Parallelization, and Encapsulation Fennec has been deprecated in favor of Test2::Suite, specificaly Test2::Tools::Spec and Test2::Bundle::SpecDeclare. . Fennec started as a project to improve the state of testing in Perl. Fennec looks to existing solutions for most problems, so long as the existing solutions help meet the features listed below: * You can fork, and run assertions (tests) in both processes, * Encapsulated test groups can be run individually, without running the entire file, * Tests groups can be sorted, randomized, or sorted via a custom method, * Fennec is compatible with Test::Builder based tools, * Test::Builder2 supportis in-place, but experimental, * Fennec is configurable to work on alternatives to Test::Builder, * You do not need to put anything such as done_testing() at the end of your test file, * You do not need to worry about test counts, * Diagnostic messages are grouped with the failed test.