Details
-
Epic
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
Description
A few major changes:
- Start using python2.7's unittest features
- Require unittest2 for python 2.6
- Create one global instance of MongoClient and reuse it everywhere possible
- Cleanly separate unit and integration tests
- Skip integration tests when we can't connect to a mongod/s instead of failing.
- Start using coverage
- Get rid of nose.