pritidesai opened a new issue #338: Unit Test - contentreader.go URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/338 Add unit tests to validate methods under utils package which are defined in [contentreader.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils/contentreader.go). All unit tests should go in contentreader_test.go under [utils/](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils) ``` // read content from a file or web page depending on the "prefix" of the location func Read(url string) (content []byte, err 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
