pritidesai opened a new issue #325: Unit Test - deployer_test.go URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/325 Add unit tests to validate methods under parsers package which are defined in [deployer_parser.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/parsers/deployer_parser.go). All unit tests should go in `deployer_parser_test.go` under [parsers/](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/parsers) ``` // parser deployment file into DeploymentYAML struct func (dm *YAMLParser) ParseDeployment(dply string) *DeploymentYAML { ... } ``` ---------------------------------------------------------------- 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
