Path to this page:
./
devel/p5-Test-Harness,
Run Perl standard test scripts with statistics
Branch: pkgsrc-2009Q2,
Version: 3.17,
Package name: p5-Test-Harness-3.17,
Maintainer: adrianpSTOP! If all you want to do is write a test script, consider using
Test::Simple. Test::Harness is the module that reads the output from
Test::Simple, Test::More and other modules based on Test::Builder. You don't
need to know about Test::Harness to use those modules.
Test::Harness runs tests and expects output from the test in a certain format.
That format is called TAP, the Test Anything Protocol. It is defined in
Test::Harness::TAP.
Test::Harness::runtests(@tests) runs all the testscripts named as arguments
and checks standard output for the expected strings in TAP format.
The prove utility is a thin wrapper around Test::Harness.
Master sites: (Expand)
SHA1: cc4572113f553fbc55a5a5a1e791dcde4433cc45
RMD160: d654f2be5beb17dcea50f2d99963a7350d29d368
Filesize: 205.382 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version p5-Test-Harness-3.17 (created)