//
pkg.gl
Category
github.com/elastic/ecctl
cmd
util
testutils
package
1.14.3
Repository:
https://github.com/elastic/ecctl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
143 SLOC
#
Functions
RunCmdAssertion
RunCmdAssertion tests a `*cobra.Command` and uses the testing.T struct to return any unmatched assertions.
#
Structs
Args
Args represent are required args to test a command.
Assertion
Assertion to use for tests.
MockCfg
MockCfg represents a small and targeted amount of `ecctl.Config` options aimed at making mocking convenient and easy.