FAQ
From Test Anything Protocol
Q. Where did the name "Test Anything Protocol" come from?
A. Andy Lester tells the story here
Q. What's with the logo?
A. It's a television test card. Inspired by BBC Test Card F
Q. How do I parse a file that is composed only of tap output (not the tests themselves)?
A. A cheap and easy way using Test::Harness' prove and the Unix cat command.
prove --exec 'cat' foo.tap

