airshipctl/cmd
Ruslan Aliev 79555848f2 Fix document pull unit test in cmd
TestPull unit test should not perform functional verification. The purpose of
cmd unit tests should be testing proper cmd object creation, not actually run
the command. Moreover, we don't have possibility to mock and track all the
objects that created inside of called functions. We can only verify golden output
with help or when command performs basic stuff just inside of RunE interface. Actual
test of called methods performed in pkg module.

Change-Id: I2ad6b76f67cbf59d798c0f2b93752b3e3b3b053d
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2020-08-03 23:29:10 -05:00
..
baremetal Added new command for Image Build. 2020-06-12 03:01:26 +00:00
cluster Removed duplicate YAML keys 2020-07-24 20:19:10 +05:30
completion Define a standard for creating commands 2020-04-24 10:50:59 -05:00
config Merge "[#308] Removed code style issue on Error string" 2020-07-27 15:32:15 +00:00
document Fix document pull unit test in cmd 2020-08-03 23:29:10 -05:00
image Added new command for Image Build. 2020-06-12 03:01:26 +00:00
phase Integrate cli-utils applier with phases. 2020-07-15 11:10:37 -05:00
secret Define a standard for creating commands 2020-04-24 10:50:59 -05:00
testdata Added new command for Image Build. 2020-06-12 03:01:26 +00:00
root_test.go Move bootstrap cmd functionality to baremetal cmd 2020-04-28 16:29:19 +00:00
root.go Added new command for Image Build. 2020-06-12 03:01:26 +00:00
version_test.go Add copyright for missing files 2020-04-09 08:35:59 -05:00
version.go [#204] Refactoring for version cmd 2020-05-06 09:05:19 -07:00