Registry / testing / mfridman-tparse

mfridman-tparse

JSON →
library0.18.0gogounverified

Package tparse provides a library for parsing and analyzing Go test output.

go get github.com/mfridman/tparse
INSTALL
IMPORT
SIG · MFRIDMAN-TPARSE
M
mfridman-tparse
testinggov0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tparse
github.com/mfridman/tparse

Parse Go test output and get a summary.

import "github.com/mfridman/tparse" func main() { summary, err := tparse.Parse(testOutput) if err != nil { panic(err) } println(summary.Pass) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
mfridman-tparse — go get mfridman-tparse · libregistry