Crates.io | tap_parser |
lib.rs | tap_parser |
version | 0.1.1 |
source | src |
created_at | 2023-04-08 17:00:00.89752 |
updated_at | 2023-04-08 20:26:48.265825 |
description | A library to parse TAP outputs |
homepage | |
repository | https://github.com/traxys/tap_parser |
max_upload_size | |
id | 833693 |
size | 310,057 |
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.