You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/04/30 15:46:16 UTC

[GitHub] [couchdb] iilyak opened a new pull request #2018: Improve naming of test cases

iilyak opened a new pull request #2018: Improve naming of test cases
URL: https://github.com/apache/couchdb/pull/2018
 
 
   ## Overview
   
   Stock implementation of `with` functionality in eunit
   doesn't display test names. This commit adds test_util:with
   to be used instead.
   
   ## Testing recommendations
   
   Make sure the following command displays names of the tests it is executing
   ```
   make eunit apps=fabric
   ```
   
   ## Related Issues or Pull Requests
   
   <!-- If your changes affects multiple components in different
        repositories please put links to those issues or pull requests here.  -->
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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