Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/traxys/tap_parser
- Owner: traxys
- License: mit
- Created: 2023-04-07T14:58:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-10T09:37:42.000Z (over 1 year ago)
- Last Synced: 2024-12-21T02:07:50.860Z (15 days ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.