tap_parser 0.1.1

A library to parse TAP outputs
Documentation

TAP Parser

This library implements a parser for the Test Anything Protocol.

It implements only the TAP version 14. It should implement all features, including subtests. Pragmas are ignored.

There are two examples in the examples, json outputs the TAP document as json, and parse outputs a debug representation.