Documentation ¶ Overview ¶ Package test implements the pr test command Index ¶ func NewCmdTest(f *cmdutil.Factory, runF func(*TestOptions) error) *cobra.Command type TestOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdTest ¶ func NewCmdTest(f *cmdutil.Factory, runF func(*TestOptions) error) *cobra.Command NewCmdTest creates the test command Types ¶ type TestOptions ¶ type TestOptions struct { IO *iostreams.IOStreams HttpClient func() (*http.Client, error) // Arguments Repository string Number int // Flags Force bool // Force test pass (admin only) Yes bool // Skip confirmation for --force } Source Files ¶ test.go Click to show internal directories. Click to hide internal directories.