traxys / tap_parser

A parser for TAP (Test Anything Protocol).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A parser for TAP (Test Anything Protocol).

License:MIT License


Languages

Language:Rust 91.9%Language:Nix 5.6%Language:Shell 2.6%