You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/26 01:20:19 UTC

[GitHub] tonysun83 opened a new pull request #839: Fix tests to be compatible for both python2 and python3

tonysun83 opened a new pull request #839: Fix tests to be compatible for both python2 and python3
URL: https://github.com/apache/couchdb/pull/839
 
 
   
   ## Overview
   
   We make mango tests python2 and  python3 compatible.
   
   ## Testing recommendations
   
   Tests were run successfully in python2 and python3 environments. To run nosetests with python3:
   
   1) pyvenv myenv
   2) source myenv/bin/activate
   3) pip install nose
   4) python3 -m "nose"
   
   ## GitHub issue number
   
   https://github.com/apache/couchdb/issues/834
   
   <!-- If this is a significant change, please file a separate issue at:
        https://github.com/apache/couchdb/issues
        and include the number here and in commit message(s) using
        syntax like "Fixes #472" or "Fixes apache/couchdb#472".  -->
   
   ## 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 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