Documentation
¶
Overview ¶
Package config contains helpers and e2e tests for config subcommand
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertConfigValueContains ¶
func AssertConfigValueContains(t *testing.T, config map[interface{}]interface{}, key string, expectedValue interface{})
AssertConfigValueContains asserts that the value in config for the given key contains expectedValue
func AssertConfigValueEqual ¶
func AssertConfigValueEqual(t *testing.T, config map[interface{}]interface{}, key string, expectedValue interface{})
AssertConfigValueEqual asserts that the value in config for the given key equals expectedValue
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.