hammer_cli 0.4.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/hammer +1 -1
- data/doc/release_notes.md +9 -0
- data/lib/hammer_cli/abstract.rb +14 -4
- data/lib/hammer_cli/context.rb +13 -0
- data/lib/hammer_cli/defaults.rb +83 -0
- data/lib/hammer_cli/defaults_commands.rb +160 -0
- data/lib/hammer_cli/options/option_definition.rb +3 -3
- data/lib/hammer_cli/output/adapter/json.rb +13 -0
- data/lib/hammer_cli/output/adapter/yaml.rb +13 -0
- data/lib/hammer_cli/settings.rb +1 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/lib/hammer_cli.rb +2 -0
- data/locale/de/hammer-cli.edit.po +251 -139
- data/locale/de/hammer-cli.po +81 -7
- data/locale/en/hammer-cli.edit.po +95 -7
- data/locale/en/hammer-cli.po +79 -5
- data/locale/en_GB/hammer-cli.edit.po +248 -136
- data/locale/en_GB/hammer-cli.po +81 -7
- data/locale/es/hammer-cli.edit.po +250 -138
- data/locale/es/hammer-cli.po +81 -7
- data/locale/fr/hammer-cli.edit.po +250 -138
- data/locale/fr/hammer-cli.po +81 -7
- data/locale/hammer-cli.pot +104 -8
- data/locale/it/hammer-cli.edit.po +249 -137
- data/locale/it/hammer-cli.po +81 -7
- data/locale/ja/hammer-cli.edit.po +248 -136
- data/locale/ja/hammer-cli.po +81 -7
- data/locale/ko/hammer-cli.edit.po +248 -136
- data/locale/ko/hammer-cli.po +81 -7
- data/locale/pt_BR/hammer-cli.edit.po +250 -137
- data/locale/pt_BR/hammer-cli.po +81 -7
- data/locale/ru/hammer-cli.edit.po +249 -137
- data/locale/ru/hammer-cli.po +81 -7
- data/locale/zh_CN/hammer-cli.edit.po +248 -136
- data/locale/zh_CN/hammer-cli.po +82 -8
- data/locale/zh_TW/hammer-cli.edit.po +248 -136
- data/locale/zh_TW/hammer-cli.po +81 -7
- data/test/functional/defaults_test.rb +177 -0
- data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
- data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
- data/test/reports/TEST-Fields-Field.xml +4 -4
- data/test/reports/TEST-Fields-Label-display-.xml +7 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label.xml +7 -0
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +10 -8
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +11 -0
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +8 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +9 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +13 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +7 -0
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
- data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
- data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
- data/test/reports/TEST-HammerCLI-Defaults.xml +19 -0
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
- data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
- data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +4 -2
- data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +5 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +1 -5
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +17 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +26 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +11 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +7 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
- data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
- data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
- data/test/reports/TEST-HammerCLI-constant-path.xml +15 -0
- data/test/reports/{TEST-String-interactive-.xml → TEST-HammerCLI-interactive-.xml} +4 -4
- data/test/reports/TEST-HammerCLI.xml +7 -0
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +9 -0
- data/test/reports/TEST-Logging-LogEvent.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-constantize.xml +15 -0
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/TEST-String-underscore.xml +13 -0
- data/test/reports/TEST-String.xml +1 -1
- data/test/reports/TEST-commands-defaults-add.xml +21 -0
- data/test/reports/TEST-commands-defaults-delete.xml +11 -0
- data/test/reports/TEST-commands-defaults-list.xml +11 -0
- data/test/reports/TEST-commands-defaults-providers.xml +11 -0
- data/test/reports/TEST-commands.xml +7 -0
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
- data/test/reports/TEST-constraints.xml +1 -1
- data/test/unit/apipie/command_test.rb +1 -0
- data/test/unit/defaults_test.rb +45 -0
- data/test/unit/fixtures/defaults/defaults.yml +6 -0
- data/test/unit/output/adapter/json_test.rb +30 -0
- data/test/unit/output/adapter/yaml_test.rb +28 -0
- metadata +258 -186
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
require File.join(File.dirname(__FILE__), '../unit/test_helper')
|
|
2
|
+
describe 'commands' do
|
|
3
|
+
|
|
4
|
+
class TestProvider < HammerCLI::BaseDefaultsProvider
|
|
5
|
+
|
|
6
|
+
def initialize
|
|
7
|
+
@provider_name = 'foreman'
|
|
8
|
+
@supported_defaults = ['organization_id']
|
|
9
|
+
@description = 'Descr'
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
def self.get_defaults(param)
|
|
13
|
+
32
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
before do
|
|
18
|
+
settings = YAML::load(File.open(FILEPATH))
|
|
19
|
+
@defaults = HammerCLI::Defaults.new(settings[:defaults], FILEPATH)
|
|
20
|
+
@defaults.stubs(:write_to_file).returns true
|
|
21
|
+
@defaults.stubs(:providers).returns({ 'foreman' => TestProvider.new() })
|
|
22
|
+
|
|
23
|
+
@context = {
|
|
24
|
+
:defaults => @defaults
|
|
25
|
+
}
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def run_cmd(cmd_class, options)
|
|
29
|
+
capture_io do
|
|
30
|
+
cmd_class.run('hammer', options, @context)
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'defaults list' do
|
|
35
|
+
|
|
36
|
+
it 'it prints all defaults' do
|
|
37
|
+
header = 'Parameter,Value'
|
|
38
|
+
default_values = {
|
|
39
|
+
:organization_id => {
|
|
40
|
+
:value => 3,
|
|
41
|
+
},
|
|
42
|
+
:location_id => {
|
|
43
|
+
:provider => 'HammerCLIForeman::Defaults'
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
@defaults.stubs(:defaults_settings).returns(default_values)
|
|
47
|
+
|
|
48
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::ListDefaultsCommand, [])
|
|
49
|
+
assert_equal "", err
|
|
50
|
+
assert_match /PARAMETER[ |]*VALUE/, out
|
|
51
|
+
assert_match /organization_id[ |]*3/, out
|
|
52
|
+
assert_match /location_id[ |]*Provided by: Hammercliforeman::defaults/, out
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
it 'prints empty defaults' do
|
|
56
|
+
@defaults.stubs(:defaults_settings).returns({})
|
|
57
|
+
|
|
58
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::ListDefaultsCommand, [])
|
|
59
|
+
assert_equal "", err
|
|
60
|
+
assert_match /PARAMETER[ |]*VALUE/, out
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'defaults providers' do
|
|
65
|
+
header = /PROVIDER[ |]*SUPPORTED DEFAULTS[ |]*DESCRIPTION/
|
|
66
|
+
|
|
67
|
+
it 'prints all providers and their supported defaults' do
|
|
68
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::ProvidersDefaultsCommand, [])
|
|
69
|
+
assert_equal "", err
|
|
70
|
+
assert_match header, out
|
|
71
|
+
assert_match /foreman[ |]*organization_id[ |]*Descr/, out
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
it 'prints empty providers' do
|
|
75
|
+
@defaults.stubs(:providers).returns({})
|
|
76
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::ProvidersDefaultsCommand, [])
|
|
77
|
+
assert_equal "", err
|
|
78
|
+
assert_match header, out
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
describe 'defaults add' do
|
|
84
|
+
it 'adds static default' do
|
|
85
|
+
options = ['--param-name=param', '--param-value=83']
|
|
86
|
+
|
|
87
|
+
@defaults.expects(:add_defaults_to_conf).with({'param' => '83'}, nil).once
|
|
88
|
+
|
|
89
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
90
|
+
assert_equal "", err
|
|
91
|
+
assert_equal "Added param default-option with value 83.\n", out
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
it 'adds default from provider' do
|
|
95
|
+
options = ['--param-name=organization_id', '--provider=foreman']
|
|
96
|
+
|
|
97
|
+
@defaults.expects(:add_defaults_to_conf).with({'organization_id' => nil}, 'foreman').once
|
|
98
|
+
|
|
99
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
100
|
+
assert_equal "", err
|
|
101
|
+
assert_equal "Added organization_id default-option with value that will be generated from the server.\n", out
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
it 'reports unsupported option' do
|
|
105
|
+
options = ['--param-name=unsupported', '--provider=foreman']
|
|
106
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
107
|
+
assert_equal "", err
|
|
108
|
+
assert_equal "The param name is not supported by provider. See `hammer defaults providers` for supported params.\n", out
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
it 'reports missing parameter name' do
|
|
112
|
+
options = ['--param-value=83']
|
|
113
|
+
|
|
114
|
+
out, err = capture_io do
|
|
115
|
+
HammerCLI::DefaultsCommand::AddDefaultsCommand.run('hammer', options, @context)
|
|
116
|
+
end
|
|
117
|
+
assert_match "option '--param-name' is required", err
|
|
118
|
+
assert_equal "", out
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
it 'reports missing parameter value or source' do
|
|
122
|
+
options = ['--param-name=organization_id']
|
|
123
|
+
|
|
124
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
125
|
+
assert_equal "", err
|
|
126
|
+
assert_match "You must specify value or a provider name, cant specify both.", out
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
it 'reports unknown provider' do
|
|
130
|
+
options = ['--param-name=organization_id', '--provider=unknown']
|
|
131
|
+
|
|
132
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
133
|
+
assert_equal "", err
|
|
134
|
+
assert_equal "Provider unknown was not found. See `hammer defaults providers` for available providers.\n", out
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
it 'reports IO errors' do
|
|
138
|
+
options = ['--param-name=param', '--param-value=83']
|
|
139
|
+
|
|
140
|
+
@defaults.expects(:add_defaults_to_conf).raises(Errno::ENOENT, '/unknown/path')
|
|
141
|
+
|
|
142
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::AddDefaultsCommand, options)
|
|
143
|
+
assert_equal "", err
|
|
144
|
+
assert_equal "No such file or directory - /unknown/path\n", out
|
|
145
|
+
end
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
describe 'defaults delete' do
|
|
149
|
+
it 'removes the defaults' do
|
|
150
|
+
default_values = {
|
|
151
|
+
:organization_id => {
|
|
152
|
+
:value => 3,
|
|
153
|
+
:from_server => false
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
@defaults.stubs(:defaults_settings).returns(default_values)
|
|
157
|
+
@defaults.expects(:delete_default_from_conf).once
|
|
158
|
+
|
|
159
|
+
options = ['--param-name=organization_id']
|
|
160
|
+
|
|
161
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::DeleteDefaultsCommand, options)
|
|
162
|
+
assert_equal "", err
|
|
163
|
+
assert_equal "organization_id was deleted successfully.\n", out
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
it 'reports when the variable was not found' do
|
|
167
|
+
@defaults.stubs(:defaults_settings).returns({})
|
|
168
|
+
@defaults.stubs(:path).returns('/path/to/defaults.yml')
|
|
169
|
+
|
|
170
|
+
options = ['--param-name=organization_id']
|
|
171
|
+
out, err = run_cmd(HammerCLI::DefaultsCommand::DeleteDefaultsCommand, options)
|
|
172
|
+
assert_equal "", err
|
|
173
|
+
assert_equal "Couldn't find the requested param in /path/to/defaults.yml.\n", out
|
|
174
|
+
end
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
end
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?" tests="0" time="0.000323308" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_returns false the value is nil" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.000639071" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000175561" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_returns false the value is empty array" time="5.9406e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_returns false the value is empty hash" time="4.6797e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_returns true when there is some data under the path" time="4.3579e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_returns false the value is nil" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.000575088" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000122725" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_returns false the value is empty hash" time="6.1108e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0002_returns false the value is empty array" time="
|
|
7
|
+
<testcase name="test_0002_returns false the value is empty array" time="5.3353e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_returns true when there is some data under the path" time="5.0954e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField" tests="0" time="0.000277871" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::display?" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::Field::display?" tests="0" time="0.000210054" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.000503861" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000185633" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_returns true when there is some data under the path" time="6.1723e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::display?::blank is not allowed" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="Fields::Field::display?::blank is not allowed" tests="2" time="0.00044003" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000133908" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_returns true when there is some data under the path" time="7.3251e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::hide_blank?" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_defaults to false" time="
|
|
2
|
+
<testsuite name="Fields::Field::hide_blank?" tests="2" time="0.000405606" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_defaults to false" time="8.1123e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_can be set to true in the constructor" time="5.
|
|
5
|
+
<testcase name="test_0002_can be set to true in the constructor" time="5.5117e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::parameters" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_returns all parameters passed to a filed" time="0.
|
|
2
|
+
<testsuite name="Fields::Field::parameters" tests="1" time="0.000331232" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns all parameters passed to a filed" time="0.000118381" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0001_stores label from constructor" time="
|
|
2
|
+
<testsuite name="Fields::Field" tests="3" time="0.000508081" failures="0" errors="0" skipped="0" assertions="3" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_stores label from constructor" time="9.8923e-05" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_stores path from constructor" time="5.
|
|
5
|
+
<testcase name="test_0002_stores path from constructor" time="5.6853e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0003_default path should be empty array" time="4.
|
|
7
|
+
<testcase name="test_0003_default path should be empty array" time="4.2996e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="Fields::Label::display?" tests="0" time="0.000262736" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<system-out>
|
|
4
|
+
</system-out>
|
|
5
|
+
<system-err>
|
|
6
|
+
</system-err>
|
|
7
|
+
</testsuite>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="Fields::Label::display?::blank is allowed" tests="4" time="0.00059174" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns true when all the keys are present" time="0.00015223" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0004_returns true the hash does not contain the required keys" time="6.6431e-05" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="test_0002_returns true when some of the keys are present" time="6.7013e-05" assertions="1">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="test_0003_returns true the hash is empty" time="5.4924e-05" assertions="1">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
</system-out>
|
|
13
|
+
<system-err>
|
|
14
|
+
</system-err>
|
|
15
|
+
</testsuite>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="Fields::Label::display?::blank is not allowed" tests="4" time="0.000567691" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0004_returns false the hash does not contain the required keys" time="0.000141916" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0003_returns false when there are some displayed subfields" time="8.1219e-05" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="test_0002_returns true when some of the keys are present" time="6.1021e-05" assertions="1">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="test_0001_returns true when all the keys are present" time="5.709e-05" assertions="1">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
</system-out>
|
|
13
|
+
<system-err>
|
|
14
|
+
</system-err>
|
|
15
|
+
</testsuite>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="Fields::Label" tests="0" time="0.000209143" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<system-out>
|
|
4
|
+
</system-out>
|
|
5
|
+
<system-err>
|
|
6
|
+
</system-err>
|
|
7
|
+
</testsuite>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::build options" tests="4" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::build options" tests="4" time="0.001594763" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should use option builder" time="0.000397103" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should skip options that already exist" time="0.0002636" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_passes params to the builders" time="0.000381409" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_accepts block" time="0.000310262" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::exception handler" tests="3" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::exception handler" tests="3" time="0.001258571" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should return instance of hammer cli exception handler by default" time="0.000404129" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should return instance of exception handler class defined in a module" time="0.
|
|
5
|
+
<testcase name="test_0002_should return instance of exception handler class defined in a module" time="0.000280683" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_should return instance of exception handler class defined deeper in a module hierrarchy" time="0.000314896" assertions="2">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::logging" tests="
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::logging" tests="8" time="0.013498766" failures="0" errors="0" skipped="0" assertions="14" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0003_should have logger that accepts custom name" time="0.001615432" assertions="2">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should have logger named by the class by default" time="0.001085057" assertions="2">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0001_should log what has been executed" time="0.000899279" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0007_censors passwords from the debug logs" time="0.001763835" assertions="2">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="
|
|
11
|
+
<testcase name="test_0008_password parameters should be hidden in logs" time="0.001191871" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0006_should have logger.watch colorized output switch in settings" time="0.001691467" assertions="2">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="
|
|
15
|
+
<testcase name="test_0004_should have logger that can inspect object" time="0.00152867" assertions="2">
|
|
16
|
+
</testcase>
|
|
17
|
+
<testcase name="test_0005_should have logger.watch output without colors" time="0.002423021" assertions="2">
|
|
16
18
|
</testcase>
|
|
17
19
|
<system-out>
|
|
18
20
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::option builder" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_uses builder container as default" time="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::option builder" tests="2" time="0.000489559" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_uses builder container as default" time="0.000121374" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_Default builder container is empty" time="4.
|
|
5
|
+
<testcase name="test_0002_Default builder container is empty" time="4.4485e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::options" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::options" tests="2" time="0.000722694" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should create instances of hammer options" time="0.00035132" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_should set options' formatters" time="0.000109852" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::output" tests="6" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::output" tests="6" time="0.000770559" failures="0" errors="0" skipped="0" assertions="6" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0003_should hold instance of output definition" time="0.000124803" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0004_can append existing definition" time="8.4733e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0001_should define adapter" time="5.
|
|
7
|
+
<testcase name="test_0001_should define adapter" time="5.7699e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0005_can append existing definition without passing a block" time="6.0504e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="test_0002_should provide instance of output with default adapter set" time="5.
|
|
11
|
+
<testcase name="test_0002_should provide instance of output with default adapter set" time="5.5419e-05" assertions="1">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="
|
|
13
|
+
<testcase name="test_0006_can define fields" time="7.1599e-05" assertions="1">
|
|
14
14
|
</testcase>
|
|
15
15
|
<system-out>
|
|
16
16
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::remove_subcommand" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0002_should write a message to log when removing subcommand" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::remove_subcommand" tests="2" time="0.002332391" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0002_should write a message to log when removing subcommand" time="0.001424418" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0001_should remove the subcommand" time="0.
|
|
5
|
+
<testcase name="test_0001_should remove the subcommand" time="0.00064317" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand!" tests="3" time="0.
|
|
3
|
-
<testcase name="test_0001_should replace commands with the same name" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand!" tests="3" time="0.002574401" failures="0" errors="0" skipped="0" assertions="10" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should replace commands with the same name" time="0.001074786" assertions="4">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0003_should add the subcommand" time="0.
|
|
5
|
+
<testcase name="test_0003_should add the subcommand" time="0.000542419" assertions="4">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0002_should write a message to log when replacing subcommand" time="0.
|
|
7
|
+
<testcase name="test_0002_should write a message to log when replacing subcommand" time="0.000648291" assertions="2">
|
|
8
8
|
</testcase>
|
|
9
9
|
<system-out>
|
|
10
10
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should throw an exception for conflicting commands" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior::subcommand" tests="2" time="0.001032885" failures="0" errors="0" skipped="0" assertions="5" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should throw an exception for conflicting commands" time="0.000370562" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should add the subcommand" time="0.
|
|
5
|
+
<testcase name="test_0002_should add the subcommand" time="0.000229822" assertions="4">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior" tests="0" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand::subcommand behavior" tests="0" time="0.000284062" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::AbstractCommand" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="HammerCLI::AbstractCommand" tests="2" time="0.000422666" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0002_should inherit output definition" time="0.000141576" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0001_should inherit command_name" time="7.1182e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::options" tests="2" time="0.
|
|
3
|
-
<testcase name="test_0001_should collect method options from given options" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Apipie::Command::options" tests="2" time="0.000615951" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should collect method options from given options" time="0.000216212" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="test_0002_should collect method options from methods" time="0.
|
|
5
|
+
<testcase name="test_0002_should collect method options from methods" time="0.000114565" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="HammerCLI::Apipie::Command::reload apipie cache" tests="2" time="0.003903524" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_clears the cache on init when required from config" time="0.002614748" assertions="1">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="test_0002_clears the cache on init when required from CLI" time="0.001064006" assertions="1">
|
|
6
|
+
</testcase>
|
|
7
|
+
<system-out>
|
|
8
|
+
</system-out>
|
|
9
|
+
<system-err>
|
|
10
|
+
</system-err>
|
|
11
|
+
</testsuite>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="HammerCLI::Apipie::Command::resource defined" tests="1" time="0.
|
|
3
|
-
<testcase name="test_0001_should perform a call to api when resource is defined" time="0.
|
|
2
|
+
<testsuite name="HammerCLI::Apipie::Command::resource defined" tests="1" time="0.002619666" failures="0" errors="0" skipped="0" assertions="1" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_should perform a call to api when resource is defined" time="0.002290266" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
</system-out>
|