-
Type: Epic
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Done
-
Rework test suite
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.