package test

import "cmd/go/internal/test"

Index

Variables

var CmdTest = &base.Command{
	CustomFlags: true,
	UsageLine:   testUsage,
	Short:       "test packages",
	Long: "" /* 1169 byte string literal not displayed */+
		strings.TrimSpace(testFlag1) + "" /* 178 byte string literal not displayed */,
}
var HelpTestflag = &base.Command{
	UsageLine: "testflag",
	Short:     "description of testing flags",
	Long: "" /* 484 byte string literal not displayed */+
		strings.TrimSpace(testFlag2) + `
`,
}
var HelpTestfunc = &base.Command{
	UsageLine: "testfunc",
	Short:     "description of testing functions",
	Long:      "" /* 2009 byte string literal not displayed */,
}

Functions

func Usage

func Usage()

Usage prints the usage message for 'go test -h' and exits.

Source Files

test.go testflag.go

Version
v1.9.0-rc.2
Published
Aug 7, 2017
Platform
js/wasm
Imports
27 packages
Last checked
1 minute ago

Tools for package owners.