Name : perl-Test-Some
| |
Version : 0.2.1
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.55
| Date : 2024-08-05 20:33:25
|
Group : Development/Libraries/Perl
| Source RPM : perl-Test-Some-0.2.1-1.55.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Test a Subset of Tests
|
Description :
This module allows to run a subset of the \'subtest\' tests given in a test file.
The module declaration takes a whitelist of the subtests we want to run. Any subtest that doesn\'t match any of the whitelist items will be skipped (or potentially bypassed).
The test files don\'t even need to be modified, as the module can also be invoked from the command-line. E.g.,
$ perl -MTest::Some=foo t/tests.t
If no argument is given to the module declaration, the environment variable \'TEST_SOME\' will be used as the defaults. For example, this is equivalent to the example above:
$ export TEST_SOME=foo $ perl -MTest::Some t/tests.t
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |