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 49 50 51 52
|
Source: libtest-expander-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libconst-fast-perl <!nocheck>,
libfile-chdir-perl <!nocheck>,
libimporter-perl <!nocheck>,
libpadwalker-perl <!nocheck>,
libpath-tiny-perl (>= 0.144) <!nocheck>,
libscalar-readonly-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtest2-tools-explain-perl <!nocheck>,
perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-expander-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-expander-perl.git
Homepage: https://metacpan.org/release/Test-Expander
Rules-Requires-Root: no
Package: libtest-expander-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libconst-fast-perl,
libfile-chdir-perl,
libimporter-perl,
libpadwalker-perl,
libpath-tiny-perl (>= 0.144),
libscalar-readonly-perl,
libtest-simple-perl,
libtest2-suite-perl,
libtest2-tools-explain-perl
Description: collection of frequentely used test functionalities
The primary objective of Test::Expander is to provide additional convenience
functions for tests based on Test2::V0, considering boilerplate aspects that
seem to be important in a notable number of cases. These are among other
things:
.
Repeated application of class/module and/or method/function to be tested.
.
The frequent necessity of introduction of a temporary directory and/or file.
.
Another fuctionality frequently used in tests relates to the work with files
and directories: reading, writing, creation, etc.
.
Run tests in a clean environment, where only explicitly mentioned environment
variables are set and environment variables from the "outside world" cannot
affect the execution of tests.
|