Name: | perl-Test-Base |
---|---|
Version: | 0.89 |
Release: | 9.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 115363 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Base-0.89-9.el8.noarch.rpm |
Source RPM: | perl-Test-Base-0.89-9.el8.src.rpm |
Build Date: | Wed Nov 11 2020 |
Build Host: | jenkins-172-17-0-2-356abcf3-4214-439c-be16-0270e10a45c4.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-Base |
Summary: | Data Driven Testing Framework |
Description: | Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial. Test::Base gives you a way to write your own test framework base class that *is* trivial. |