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 01:02:11 UTC

[GitHub] pritidesai opened a new issue #334: Unit Test - filesystemreader.go

pritidesai opened a new issue #334: Unit Test - filesystemreader.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/334
 
 
   Add unit tests to validate methods under deployers package which are defined in [filesystemreader.go](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/deployers/filesystemreader.go).
   
   All unit tests should go in filesystemreader_test.go under deployers/
   
   ```
   func (reader *FileSystemReader) ReadProjectDirectory(manifest *parsers.ManifestYAML) ([]utils.ActionRecord, error) {
   ...
   }
   
   func (reader *FileSystemReader) SetFileActions(actions []utils.ActionRecord) 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