Path to this page:
./
devel/p5-Test-Harness,
Run Perl standard test scripts with statistics
Branch: pkgsrc-2012Q2,
Version: 3.23,
Package name: p5-Test-Harness-3.23,
Maintainer: pkgsrc-usersSTOP! 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: c21738d3d8aec0075baa02b20a73ebeb452b567f
RMD160: ebe02ded15a9c1aa34aa5cd462ec6a7330d7a061
Filesize: 287.098 KB
Version history: (Expand)
- (2012-07-05) Package added to pkgsrc.se, version p5-Test-Harness-3.23 (created)