# Packages
Package shelltest provides utilities for mocking the login shell.
# Functions
New returns a new shell bound to the provided context.
# Structs
CompletedProcess represents a subshell execution that finished, and includes its arguments, return code, and standard buffers as strings.
# Interfaces
Shell is an abstraction for shell-program execution meant to make testing and client design easier.