pritidesai opened a new issue #328: Unit Test - deploymentreader.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/328
 
 
   Add unit tests to validate methods under deployers package which are defined 
in 
[deploymentreader.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/deployers/deploymentreader.go).
   
   All unit tests should go in deploymentreader_test.go under 
[deployers/](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/deployers)
   
   ```
   // parse deployment file
   func (reader *DeploymentReader) HandleYaml() error {
   ...
   }
   
   // bind inputs and annotations for different openwhisk entities including 
action, package, trigger
   func (reader *DeploymentReader) BindAssets() error {
   ...
   }
   ```
 
----------------------------------------------------------------
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

Reply via email to