aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Base/pkg-descr
blob: f1abfb85ae342a1eb4bbd1e1b24fd6f127f3f2dd (plain) (blame)
1
2
3
4
5
6
7
8
9
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.