b93917c857
The tests need to allow calls to Stdout/Stderr so they don't get "Unexpected call" errors from gomock, but these tests aren't meant to assert that the calls actually happened. Using .AnyTimes allows 0 or more calls. |
||
---|---|---|
.. | ||
cmd.go | ||
cmd_test.go | ||
config.go | ||
help.go | ||
help_test.go | ||
initkube.go | ||
initkube_test.go | ||
lint.go | ||
lint_test.go | ||
upgrade.go | ||
upgrade_test.go |