How Perl Testing Works
- The Perl scripts output the results of the individual tests in the TAP Format:
- Like:
1..N ok 1 Description # Directive # Diagnostic .... ok 47 Description ok 48 Description more tests....continued...
Test::Run | Test::Run - a New and Improved Test Harness | #2 |
1..N ok 1 Description # Directive # Diagnostic .... ok 47 Description ok 48 Description more tests....continued...
Copyright © 2005 Shlomi Fish |