Documentation
¶
Overview ¶
Package testquery implements the test query tool using tq.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
Dir string `json:"dir,omitempty" jsonschema:"Directory to analyze (default: current)"`
Query string `json:"query" jsonschema:"SQL query to run against test results (e.g. SELECT * FROM all_tests WHERE action = 'fail')"`
Pkg string `json:"pkg,omitempty" jsonschema:"Go package pattern to analyze (default: ./...)"`
Rebuild bool `` /* 139-byte string literal not displayed */
}
Params defines the input parameters.
Click to show internal directories.
Click to hide internal directories.