pritidesai opened a new issue #343: Unit Test - gitreader.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/343
 
 
   Add unit tests to validate methods under utils package which are defined in 
[gitreader.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils/gitreader.go)
   
   All unit tests should go in gitreader_test.go under 
[utils/](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/utils)
   
   ```
   func NewGitReader(projectName string, record DependencyRecord) *GitReader {
   ...
   }
   
   func (reader *GitReader) CloneDependency() 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