rabbah commented on issue #2345: Add the support to install the binaries from the new repo URL: https://github.com/apache/incubator-openwhisk/pull/2345#issuecomment-308453031 There are some tests which are CLI specific as in `WskBasicUsage` and `WskBasicTests` but almost all our tests go through the CLI vs the API. For the sake of the CLI repos, i think you?ll have to iterate to figure out what is actually testing CLI functionality and what isn?t. The core repo should perhaps not use the CLI for tests at all since that?s an external dependence, and instead drive all tests through the API; this could be done by injecting a new `Wsk` implementation for example which instead of calling out to the CLI, makes a REST call. I offer no evidence this will be easy to do, but I think is doable and could be one way to approach the separation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
