Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunPattern ¶
Types ¶
type NarrowOptions ¶
type Narrowed ¶
type Narrowed struct {
Result
Plans []PackagePlan
NarrowedPackages int
DroppedPackages int
SelectedTests int
Blocked []string
Enabled bool
DisabledReason string
}
func Narrow ¶
func Narrow(res Result, opts NarrowOptions) Narrowed
type PackagePlan ¶
type PackagePlan struct {
ImportPath string
Reason Reason
Tests []string
AllTests []string
FullReason string
}
func (PackagePlan) ExcludedTests ¶
func (p PackagePlan) ExcludedTests() []string
func (PackagePlan) Narrowed ¶
func (p PackagePlan) Narrowed() bool
Click to show internal directories.
Click to hide internal directories.