Documentation
¶
Overview ¶
Package gotest wraps `go test -json -race ./...`. Whole-run: findings are never suppressed by the scope layer — a test broken by your change may live in an untouched file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseEvents ¶
ParseEvents walks the event stream and produces one finding per failing test or per package that failed to build. First `file:line:` frame captured from Output events is used for the finding location.
Types ¶
Click to show internal directories.
Click to hide internal directories.