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