Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageSpec ¶
PackageSpec identifies a package by dir and path
type Setup ¶
type Setup struct {
Env vos.Env
Paths *patsy.Cache
Enforce bool
Verbose bool
Short bool
Timeout string
Load string
Output string
TestArgs []string
Packages []PackageSpec
PackageImports map[string]map[string]bool // map of package path to its direct imports
}
Setup holds globals, environment and command line flags for the courtney command
Click to show internal directories.
Click to hide internal directories.