Allow JSON to be Input from a File (#1175)
- Pass JSON files to parameters and annotations - Refactor parameter and annotation handling - Use KeyValueArr data type to store annotations and parameters - Refactor summaries for get commands - Use KeyValueArr data type to get annotations and parameters - Refactor parameter and annotation tests - Order of params and annots are not guaranteed in Go map data structures - Fixes: #426
Showing
- tests/src/common/Wsk.scala 17 additions, 1 deletiontests/src/common/Wsk.scala
- tests/src/system/basic/WskBasicTests.scala 41 additions, 0 deletionstests/src/system/basic/WskBasicTests.scala
- tests/src/whisk/core/cli/test/JsonArgsForTests.scala 81 additions, 25 deletionstests/src/whisk/core/cli/test/JsonArgsForTests.scala
- tests/src/whisk/core/cli/test/WskBasicUsageTests.scala 242 additions, 83 deletionstests/src/whisk/core/cli/test/WskBasicUsageTests.scala
This diff is collapsed.
Please register or sign in to comment