woodpecker-helm3/internal/run
Erin Call b93917c857
Use better expectations in lint_test [#3]
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.
2019-12-19 10:21:11 -08:00
..
cmd.go Brush all the lint off this code I wrote in a haze 2019-12-09 10:53:32 -08:00
cmd_test.go Very rough code that can helm install 2019-12-04 12:41:37 -08:00
config.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
help.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
help_test.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
initkube.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
initkube_test.go Initialize kubernetes config on upgrade 2019-12-16 15:41:04 -08:00
lint.go Add the --namespace flag in Lint.Prepare [#3] 2019-12-18 10:38:33 -08:00
lint_test.go Use better expectations in lint_test [#3] 2019-12-19 10:21:11 -08:00
upgrade.go Fail early if chart or release is missing 2019-12-16 17:02:56 -08:00
upgrade_test.go Fail early if chart or release is missing 2019-12-16 17:02:56 -08:00