pritidesai opened a new issue #346: discard util_test.go
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/346
 
 
   Move the following two test functions to contentreader_test.go:
   
   ```
   func TestLocalReader_ReadLocal(t *testing.T) {
   ...
   }
   
   func TestURLReader_ReadUrl(t *testing.T) {
   ...
   }
   ```
   
   Move the following one test function to misc_test.go:
   
   ```
   func TestGetEnvVar(t *testing.T) {
   ...
   }
   ```
   
   create contentreader_test.go and misc_test.go if they don't exist.
 
----------------------------------------------------------------
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