https://bugzilla.redhat.com/show_bug.cgi?id=1287080
Bug ID: 1287080 Summary: Review Request: perl-Test-Class-Most - Test Classes the easy way Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: jplesnik@redhat.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org
Spec URL: https://jplesnik.fedorapeople.org/perl-Test-Class-Most/perl-Test-Class-Most.... SRPM URL: https://jplesnik.fedorapeople.org/perl-Test-Class-Most/perl-Test-Class-Most-...
Description: When people write test classes with the excellent Test::Class, you often see the following at the top of the code:
package Some::Test::Class;
use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception;
# and then the tests ...
With the module, you can do this:
use Test::Class::Most parent => 'My::Test::Class';
Fedora Account System Username: jplesnik@redhat.com