Test Anything Protocol
TAP is a protocol to allow communication between unit tests and a test harness
With TAP, each test (ie. a TAP producer) can communicate its results to the testing harness.
- This communication is done in a language-agnostic way
Backlinks