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: [email protected]
With regards, Apache Git Services
