You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/16 22:24:02 UTC

[GitHub] pritidesai opened a new issue #345: Unit Test - qualifiedname.go

pritidesai opened a new issue #345: Unit Test - qualifiedname.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/345
 
 
   Add unit tests to validate methods under utils package which are defined in [qualifiedname.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils/qualifiedname.go)
   
   All unit tests should go in qualifiedname_test.go under [utils/](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils)
   
   ```
   func ParseQualifiedName(name string, defaultNamespace string) (QualifiedName, 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:
users@infra.apache.org


With regards,
Apache Git Services