in reply to proving something other than perl
As you have discovered you need to start with tests that output TAP Test Anything Protocol - on Wikipedia).
Once you have test scripts that output TAP you can then use all of the perl test tools with them
TAP seems like it is getting adopted out side of perl: apparently all of the PHP testing libraries can output TAP, and FreeBSD is using it as well as a number of implementations in other languages
If you find a shell implmentation be sure to let us know!
|
---|