Documentation
¶
Overview ¶
Package testutil holds code that may be useful for any of the e2e subpackages (including e2e itself). It is useful to avoid import loops between the various e2e test pacakges.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewOpt ¶
NewOpt is a helper to make it easier for functions to accept wrapped option creators.
func WrappedOption ¶
WrappedOption allows injection of new prefixed option creator function into tests. This is useful for scenarios where CLI commands must be run in an environment which is not the same as the system running the tests, like inside a SSH shell.
Click to show internal directories.
Click to hide internal directories.