Documentation ¶
Index ¶
- func ExcludeTestsPackage(packages []string, packageToExclude string) []string
- func GetTestPackages(searchPattern string) []string
- func InitVcsSubmoduleTestDir(t *testing.T, srcPath string) (submodulePath, tmpDir string)
- func RunTests(testsPackages []string, hideUnitTestsLog bool) error
- func StartHttpServer(handlers HttpServerHandlers) (int, error)
- type HttpServerHandlers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludeTestsPackage ¶
func GetTestPackages ¶
func InitVcsSubmoduleTestDir ¶ added in v0.20.1
func StartHttpServer ¶
func StartHttpServer(handlers HttpServerHandlers) (int, error)
Types ¶
type HttpServerHandlers ¶
type HttpServerHandlers map[string]func(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.