Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traxys/tap_parser

A parser for TAP (Test Anything Protocol).
https://github.com/traxys/tap_parser

Last synced: 9 days ago
JSON representation

A parser for TAP (Test Anything Protocol).

Awesome Lists containing this project

README

        

# TAP Parser

This library implements a parser for the [Test Anything Protocol](https://testanything.org/).

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.