Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
JSON bool // Output as JSON
ShowAll bool // Show all packages (default shows only missing)
Summary bool // Show only summary
Verbose bool // Show test file names
}
Options configure the testcheck behavior.
type PackageStatus ¶
type PackageStatus struct {
Name string `json:"name"`
Path string `json:"path"`
HasTests bool `json:"has_tests"`
TestFiles []string `json:"test_files,omitempty"`
GoFiles int `json:"go_files"`
}
PackageStatus represents the test status of a package.
Click to show internal directories.
Click to hide internal directories.