1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: libfennec-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
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.
|