Discover Packages
github.com/CCCSV/go-junit-report
parser
package
Version:
v0.0.0-...-9a276f2
Opens a new window with list of versions in this module.
Published: Aug 14, 2018
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package contains the test results of a single package.
type Report struct {
Packages []Package
}
Report is a collection of package tests.
Parse parses go test output from reader r and returns a report with the
results. An optional pkgName can be given, which is used in case a package
result line is missing.
Failures counts the number of failed tests in this report
Result represents a test result.
Test contains the results of a single test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.