hammer_cli 0.10.0 → 0.10.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.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hammer +2 -1
  3. data/config/cli_config.template.yml +1 -1
  4. data/doc/release_notes.md +4 -0
  5. data/lib/hammer_cli/ca_cert_fetcher.rb +43 -28
  6. data/lib/hammer_cli/ca_cert_manager.rb +71 -0
  7. data/lib/hammer_cli/ssloptions.rb +7 -0
  8. data/lib/hammer_cli/version.rb +1 -1
  9. data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
  10. data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
  11. data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
  12. data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
  13. data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
  14. data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
  15. data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
  16. data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
  17. data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
  18. data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
  19. data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
  20. data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
  21. data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
  22. data/man/hammer.1.gz +0 -0
  23. data/test/reports/TEST-Fields-ContainerField-display-.xml +7 -0
  24. data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +15 -0
  25. data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +15 -0
  26. data/test/reports/TEST-Fields-ContainerField.xml +7 -0
  27. data/test/reports/TEST-Fields-Field-display-.xml +7 -0
  28. data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +11 -0
  29. data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +11 -0
  30. data/test/reports/TEST-Fields-Field-hide-blank-.xml +11 -0
  31. data/test/reports/TEST-Fields-Field-parameters.xml +9 -0
  32. data/test/reports/TEST-Fields-Field.xml +13 -0
  33. data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +15 -0
  34. data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +13 -0
  35. data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +21 -0
  36. data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +11 -0
  37. data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +11 -0
  38. data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +19 -0
  39. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +11 -0
  40. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +13 -0
  41. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +11 -0
  42. data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +7 -0
  43. data/test/reports/TEST-HammerCLI-AbstractCommand.xml +11 -0
  44. data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +11 -0
  45. data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +9 -0
  46. data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +19 -0
  47. data/test/reports/TEST-HammerCLI-Apipie-Command.xml +9 -0
  48. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +13 -0
  49. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +15 -0
  50. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +11 -0
  51. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +9 -0
  52. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +11 -0
  53. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +15 -0
  54. data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +7 -0
  55. data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +29 -0
  56. data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +17 -0
  57. data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +19 -0
  58. data/test/reports/TEST-HammerCLI-Completer.xml +7 -0
  59. data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +25 -0
  60. data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +29 -0
  61. data/test/reports/TEST-HammerCLI-CompleterLine.xml +7 -0
  62. data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +23 -0
  63. data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +15 -0
  64. data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +13 -0
  65. data/test/reports/TEST-HammerCLI-CompleterWord.xml +7 -0
  66. data/test/reports/TEST-HammerCLI-Connection.xml +21 -0
  67. data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +21 -0
  68. data/test/reports/TEST-HammerCLI-I18n.xml +11 -0
  69. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +11 -0
  70. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +11 -0
  71. data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +9 -0
  72. data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +7 -0
  73. data/test/reports/TEST-HammerCLI-MainCommand.xml +7 -0
  74. data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +13 -0
  75. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +13 -0
  76. data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +13 -0
  77. data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +15 -0
  78. data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +7 -0
  79. data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +9 -0
  80. data/test/reports/TEST-HammerCLI-Modules-names.xml +13 -0
  81. data/test/reports/TEST-HammerCLI-Modules.xml +7 -0
  82. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +7 -0
  83. data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +11 -0
  84. data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +9 -0
  85. data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +31 -0
  86. data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +17 -0
  87. data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +15 -0
  88. data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +21 -0
  89. data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +15 -0
  90. data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +17 -0
  91. data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +15 -0
  92. data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +7 -0
  93. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +9 -0
  94. data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +11 -0
  95. data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +7 -0
  96. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +15 -0
  97. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +11 -0
  98. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +15 -0
  99. data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +17 -0
  100. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +9 -0
  101. data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +27 -0
  102. data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +7 -0
  103. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +11 -0
  104. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +13 -0
  105. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +11 -0
  106. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +11 -0
  107. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +11 -0
  108. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +11 -0
  109. data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +7 -0
  110. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +15 -0
  111. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +11 -0
  112. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +11 -0
  113. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +9 -0
  114. data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +11 -0
  115. data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +7 -0
  116. data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +11 -0
  117. data/test/reports/TEST-HammerCLI-Output-Definition.xml +11 -0
  118. data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +13 -0
  119. data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +11 -0
  120. data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +15 -0
  121. data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +13 -0
  122. data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +13 -0
  123. data/test/reports/TEST-HammerCLI-Output-Dsl.xml +9 -0
  124. data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +13 -0
  125. data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +11 -0
  126. data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +9 -0
  127. data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +11 -0
  128. data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +13 -0
  129. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +13 -0
  130. data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +11 -0
  131. data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +13 -0
  132. data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +13 -0
  133. data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +13 -0
  134. data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +17 -0
  135. data/test/reports/TEST-HammerCLI-Output-Output-data.xml +15 -0
  136. data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +9 -0
  137. data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +19 -0
  138. data/test/reports/TEST-HammerCLI-Output-Output.xml +7 -0
  139. data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +13 -0
  140. data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +15 -0
  141. data/test/reports/TEST-HammerCLI-Settings.xml +25 -0
  142. data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +11 -0
  143. data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +15 -0
  144. data/test/reports/TEST-HammerCLI-ShellHistory.xml +7 -0
  145. data/test/reports/TEST-MiniTest-Spec.xml +7 -0
  146. data/test/reports/TEST-String-camelize.xml +11 -0
  147. data/test/reports/TEST-String-formatting.xml +17 -0
  148. data/test/reports/TEST-String-indent.xml +11 -0
  149. data/test/reports/TEST-String-interactive-.xml +13 -0
  150. data/test/reports/TEST-String.xml +7 -0
  151. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +13 -0
  152. data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +7 -0
  153. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +13 -0
  154. data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +7 -0
  155. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +9 -0
  156. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +13 -0
  157. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +13 -0
  158. data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +7 -0
  159. data/test/reports/TEST-constraints.xml +7 -0
  160. data/test/unit/apipie/api_connection_test.rb +1 -0
  161. data/test/unit/ca_cert_manager_test.rb +64 -0
  162. data/test/unit/fixtures/certs/ca_cert.pem +21 -0
  163. metadata +327 -48
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::aliasing resources" tests="3" time="0.001396978" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_renames options" time="0.000483305" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_renames option types" time="0.000362884" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_keeps option accessor the same" time="0.000363671" assertions="1">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::filtering options" tests="4" time="0.001571982" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0004_should skip single filtered option" time="0.000425523" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0003_should skip single filtered option in array" time="0.000330962" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0002_should skip filtered options defined as symbols" time="0.00031704" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0001_should skip filtered options" time="0.000307096" assertions="1">
10
+ </testcase>
11
+ <system-out>
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::required options" tests="2" time="0.000959324" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_should not require any option when requirements are disabled" time="0.000423717" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0001_should set required flag for the required options" time="0.000347929" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::setting correct normalizers" tests="1" time="0.000600111" failures="0" errors="0" skipped="0" assertions="1">
3
+ <testcase name="test_0001_should set array normalizer" time="0.000425663" assertions="1">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::with hash params" tests="2" time="0.000957371" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_should name the options correctly" time="0.000429885" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0001_should create options for all parameters except the hash" time="0.00034452" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Apipie::OptionBuilder::with one simple param" tests="4" time="0.001417271" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0001_should create an option for the parameter" time="0.000350083" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_should set correct switch" time="0.000290424" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_should set correct attribute name" time="0.000293606" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0004_should set description with html tags stripped" time="0.00027407" 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="HammerCLI::Apipie::OptionBuilder" tests="0" time="0.000161389" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Completer::command completion" tests="11" time="0.00189136" failures="0" errors="0" skipped="0" assertions="11">
3
+ <testcase name="test_0004_should filter by first two letters" time="0.000287741" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0009_should offer all available subcommands and options when quoted value was passed" time="0.000275598" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0002_should offer nothing when the line does not match" time="0.000114492" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0011_should offer all available subcommands and options when quoted value with equal sign was passed" time="0.000148633" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0010_should offer all available subcommands and options when double quoted value was passed" time="0.000141379" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0007_should offer all available subcommands and options even if an option has been passed" time="0.000123593" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0001_should offer all available commands" time="9.0394e-05" assertions="1">
16
+ </testcase>
17
+ <testcase name="test_0003_should filter by first letter" time="9.4926e-05" assertions="1">
18
+ </testcase>
19
+ <testcase name="test_0008_should offer all available subcommands and options even if an egual sign option has been passed" time="0.000154423" assertions="1">
20
+ </testcase>
21
+ <testcase name="test_0006_should offer all available subcommands and options even if a flag has been passed" time="0.000116574" assertions="1">
22
+ </testcase>
23
+ <testcase name="test_0005_should offer all available subcommands and options" time="9.9324e-05" assertions="1">
24
+ </testcase>
25
+ <system-out>
26
+ </system-out>
27
+ <system-err>
28
+ </system-err>
29
+ </testsuite>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Completer::option value completion" tests="5" time="0.001091576" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0005_should complete quoted option values" time="0.000271096" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0004_should complete quoted option values" time="0.000134192" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0002_should complete option values when equal sign is used" time="0.00011858" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0001_should complete option values" time="0.000114408" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0003_should complete option values" time="0.000120988" assertions="1">
12
+ </testcase>
13
+ <system-out>
14
+ </system-out>
15
+ <system-err>
16
+ </system-err>
17
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Completer::subcommand completion" tests="6" time="0.001075483" failures="0" errors="0" skipped="0" assertions="6">
3
+ <testcase name="test_0002_should offer nothing when the line does not match any subcommand" time="0.000189063" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0001_should filter subcommands by first letter" time="0.000145023" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0004_should ignore options specified before the last command" time="0.000149989" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0006_should filter subcommands by first three letters" time="0.000122804" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0005_should ignore equal sign separated options specified before the last command" time="0.000145561" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0003_should ignore flags specified before the last command" time="0.00013696" assertions="1">
14
+ </testcase>
15
+ <system-out>
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Completer" tests="0" time="0.000178416" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterLine::line complete" tests="9" time="0.000825025" failures="0" errors="0" skipped="0" assertions="9">
3
+ <testcase name="test_0009_should recongize empty line as complete" time="9.6727e-05" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0006_should recongize one quote as incomplete" time="7.0055e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0001_should recongize incomplete line" time="7.4765e-05" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0002_should recongize complete line" time="6.1477e-05" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0007_should recongize one quote followed by space as incomplete" time="5.5778e-05" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0004_should recongize complete line that ends with quotes followed by space" time="5.9456e-05" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0005_should recongize complete line that ends with double quotes" time="5.6629e-05" assertions="1">
16
+ </testcase>
17
+ <testcase name="test_0008_should recongize one double quote as incomplete" time="5.3941e-05" assertions="1">
18
+ </testcase>
19
+ <testcase name="test_0003_should recongize complete line that ends with quotes" time="5.7881e-05" assertions="1">
20
+ </testcase>
21
+ <system-out>
22
+ </system-out>
23
+ <system-err>
24
+ </system-err>
25
+ </testsuite>
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterLine::splitting words" tests="11" time="0.000945652" failures="0" errors="0" skipped="0" assertions="11">
3
+ <testcase name="test_0007_should split line with double quotes" time="0.000120471" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0006_should split line with single quotes" time="6.4186e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_should split on equal sign" time="6.3251e-05" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0004_should split when last character is equal sign" time="5.1141e-05" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0005_should split on equal sign when quotes are used" time="5.5434e-05" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0002_should split basic line with space at the end" time="6.0992e-05" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0011_should split line with one double quote and space between" time="5.318e-05" assertions="1">
16
+ </testcase>
17
+ <testcase name="test_0008_should split line with single quotes and space between" time="5.6164e-05" assertions="1">
18
+ </testcase>
19
+ <testcase name="test_0009_should split line with one single quote and space between" time="5.5884e-05" assertions="1">
20
+ </testcase>
21
+ <testcase name="test_0010_should split line with double quotes and space between" time="5.4777e-05" assertions="1">
22
+ </testcase>
23
+ <testcase name="test_0001_should split basic line" time="6.1865e-05" assertions="1">
24
+ </testcase>
25
+ <system-out>
26
+ </system-out>
27
+ <system-err>
28
+ </system-err>
29
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterLine" tests="0" time="0.000144833" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterWord::complete?" tests="8" time="0.000639934" failures="0" errors="0" skipped="0" assertions="8">
3
+ <testcase name="test_0005_considers closed double quotes complete" time="9.9178e-05" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0007_considers open single quotes with spaces incomplete" time="7.5186e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0001_considers a word without quotes complete" time="4.4508e-05" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0008_considers closed single quotes complete" time="4.6971e-05" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0002_considers a word without quotes ending with space incomplete" time="4.3543e-05" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0006_considers open single quotes incomplete" time="4.3716e-05" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0003_considers open double quotes incomplete" time="4.3736e-05" assertions="1">
16
+ </testcase>
17
+ <testcase name="test_0004_considers open double quotes with spaces incomplete" time="4.3372e-05" assertions="1">
18
+ </testcase>
19
+ <system-out>
20
+ </system-out>
21
+ <system-err>
22
+ </system-err>
23
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterWord::quote" tests="4" time="0.000446671" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0003_recognizes double quotes" time="0.000113339" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0004_recognizes single quotes" time="5.9644e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0002_returns empty string for word without quotes" time="5.4222e-05" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0001_returns empty string for empty word" time="4.1682e-05" assertions="1">
10
+ </testcase>
11
+ <system-out>
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterWord::quoted?" tests="3" time="0.000392255" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_returns false for an unquoted word" time="0.000106947" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0003_returns true for single quotes" time="5.1439e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0002_returns true for double quotes" time="5.4252e-05" assertions="1">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::CompleterWord" tests="0" time="0.000142955" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Connection" tests="7" time="0.000863104" failures="0" errors="0" skipped="0" assertions="9">
3
+ <testcase name="test_0007_should accept custom connector" time="0.000175995" assertions="2">
4
+ </testcase>
5
+ <testcase name="test_0003_should test the connection" time="8.3305e-05" assertions="2">
6
+ </testcase>
7
+ <testcase name="test_0005_should be able to drop all" time="7.9307e-05" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0002_should create the connection only once" time="6.5193e-05" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0004_should get the connection" time="8.7765e-05" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0006_should drop the connection" time="8.1248e-05" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0001_should return the conection" time="6.264e-05" assertions="1">
16
+ </testcase>
17
+ <system-out>
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::ExceptionHandler" tests="7" time="0.003164069" failures="0" errors="0" skipped="0" assertions="7">
3
+ <testcase name="test_0004_should handle help request" time="0.000556721" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0001_should handle unauthorized" time="0.000642137" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_should handle unknown exception" time="0.000449307" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0005_should handle usage error" time="0.000363591" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0007_should log the error" time="0.000268935" assertions="1">
12
+ </testcase>
13
+ <testcase name="test_0006_should handle resource not found" time="0.000304856" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0002_should handle general exception" time="0.000340469" assertions="1">
16
+ </testcase>
17
+ <system-out>
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::I18n" tests="2" time="0.000800348" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0002_skips registering domains that are not available" time="0.000318734" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0001_registers available domains at gettext" time="0.000303375" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::MainCommand::loading context::password" tests="2" time="0.001452791" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_should prioritize parameter" time="0.000871465" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_should prioritize parameter" time="0.000406156" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::MainCommand::loading context::username" tests="2" time="0.001070002" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_should prioritize parameter" time="0.000485506" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_should prioritize parameter 2" time="0.000408575" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::MainCommand::loading context::verbose" tests="1" time="0.000634118" failures="0" errors="0" skipped="0" assertions="1">
3
+ <testcase name="test_0001_stores into context" time="0.000473927" assertions="1">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::MainCommand::loading context" tests="0" time="0.000147244" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::MainCommand" tests="0" time="0.000153255" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::find by name" tests="3" time="0.000500333" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_must return nil if the module does not exist" time="0.000148306" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_must must find the module" time="9.2178e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_must find the module with capital CLI in it's name" time="7.5642e-05" assertions="1">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::load a module::module not found" tests="3" time="0.002275562" failures="0" errors="0" skipped="0" assertions="4">
3
+ <testcase name="test_0003_must return false when load fails" time="0.000903382" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_must log an error if the load fails" time="0.000573514" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0001_must log an error if the load! fails" time="0.000613563" assertions="2">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::load a module::module runtime exception" tests="3" time="0.002033201" failures="0" errors="0" skipped="0" assertions="8">
3
+ <testcase name="test_0002_must log an error if the load fails" time="0.000609038" assertions="3">
4
+ </testcase>
5
+ <testcase name="test_0001_must log an error if the load! fails" time="0.000609581" assertions="2">
6
+ </testcase>
7
+ <testcase name="test_0003_must return false when load fails" time="0.000601264" assertions="3">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::load a module::success" tests="4" time="0.001758857" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0001_must require a module" time="0.000457135" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_must log module's name and version" time="0.000403093" assertions="2">
6
+ </testcase>
7
+ <testcase name="test_0004_must return true when load! succeeds" time="0.000350713" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0003_must return true when load succeeds" time="0.000343274" 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="HammerCLI::Modules::load a module" tests="0" time="0.000147015" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::load all modules" tests="1" time="0.000569077" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_must call load for each module" time="0.000378001" assertions="2">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules::names" tests="3" time="0.000531474" failures="0" errors="0" skipped="0" assertions="3">
3
+ <testcase name="test_0001_must return list of modules" time="0.000143005" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_must return empty array by default" time="8.3332e-05" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0003_must work with old modules config" time="0.000113264" assertions="1">
8
+ </testcase>
9
+ <system-out>
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Modules" tests="0" time="0.000156017" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::OptionBuilderContainer" tests="0" time="0.000147135" failures="0" errors="0" skipped="0" assertions="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::OptionBuilderContainer" tests="2" time="0.000633393" failures="0" errors="0" skipped="0" assertions="2">
3
+ <testcase name="test_0001_collects options from contained builders" time="0.000240595" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0002_passes build parameters from contained builders" time="0.000194387" assertions="1">
6
+ </testcase>
7
+ <system-out>
8
+ </system-out>
9
+ <system-err>
10
+ </system-err>
11
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Options::Normalizers::abstract" tests="1" time="0.000253015" failures="0" errors="0" skipped="0" assertions="1">
3
+ <testcase name="test_0001_should raise exception on format" time="9.301e-05" assertions="1">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Options::Normalizers::bool" tests="12" time="0.000919283" failures="0" errors="0" skipped="0" assertions="20">
3
+ <testcase name="test_0007_should return false on f" time="0.000112739" assertions="2">
4
+ </testcase>
5
+ <testcase name="test_0009_should return false on n" time="5.8519e-05" assertions="2">
6
+ </testcase>
7
+ <testcase name="test_0004_should return true on y" time="5.0497e-05" assertions="2">
8
+ </testcase>
9
+ <testcase name="test_0001_should return true on true" time="4.9458e-05" assertions="2">
10
+ </testcase>
11
+ <testcase name="test_0002_should return true on t" time="4.6859e-05" assertions="2">
12
+ </testcase>
13
+ <testcase name="test_0010_should return false on 0" time="4.2037e-05" assertions="1">
14
+ </testcase>
15
+ <testcase name="test_0012_should raise exception on other values" time="6.0655e-05" assertions="1">
16
+ </testcase>
17
+ <testcase name="test_0006_should return false on false" time="4.7529e-05" assertions="2">
18
+ </testcase>
19
+ <testcase name="test_0008_should return false on no" time="4.6603e-05" assertions="2">
20
+ </testcase>
21
+ <testcase name="test_0003_should return true on yes" time="4.6822e-05" assertions="2">
22
+ </testcase>
23
+ <testcase name="test_0011_should raise exception on nil" time="6.4342e-05" assertions="1">
24
+ </testcase>
25
+ <testcase name="test_0005_should return true on 1" time="5.4586e-05" assertions="1">
26
+ </testcase>
27
+ <system-out>
28
+ </system-out>
29
+ <system-err>
30
+ </system-err>
31
+ </testsuite>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="HammerCLI::Options::Normalizers::datetime" tests="5" time="0.001920779" failures="0" errors="0" skipped="0" assertions="5">
3
+ <testcase name="test_0001_should raise argument error when the value is nil" time="9.7358e-05" assertions="1">
4
+ </testcase>
5
+ <testcase name="test_0005_should accept and parse YYYY/MM/DD HH:MM:SS" time="0.000981991" assertions="1">
6
+ </testcase>
7
+ <testcase name="test_0004_should accept and parse YYYY-MM-DD HH:MM:SS" time="0.000103806" assertions="1">
8
+ </testcase>
9
+ <testcase name="test_0002_should raise argument error when the value is not a date" time="0.000192408" assertions="1">
10
+ </testcase>
11
+ <testcase name="test_0003_should accept and parse iso8601" time="0.000342706" assertions="1">
12
+ </testcase>
13
+ <system-out>
14
+ </system-out>
15
+ <system-err>
16
+ </system-err>
17
+ </testsuite>