Documentation
¶
Overview ¶
Package inprocess provides in-process CLI execution for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct{}
CLI provides in-process CLI execution for faster tests. Instead of spawning a new process for each command, it calls the CLI directly.
func NewInProcessCLI ¶
func NewInProcessCLI() *CLI
NewInProcessCLI creates a new in-process CLI runner.
Click to show internal directories.
Click to hide internal directories.