Next: Code the Unit Test First, Previous: How to Test, Up: Lisp Unit [Contents][Index]
Here’s what a TAP test stream looks like:
1..4 ok 1 - Input file opened not ok 2 - First line of the input valid ok 3 - Read the rest of the file not ok 4 - Summarized correctly # TODO Not written yet
write-tap
and write-tap-to-file
. These functions write a test results database using
the TAP format.