Add working tests, can shutdown conn and pool

This commit is contained in:
Don Brown
2014-01-27 22:36:36 -07:00
parent 6796331dc5
commit 5e603ec8a9
11 changed files with 724 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ _ZERO = b"\x00\x00\x00\x00"
class _MongoQuery(object):
def __init__(self, id, collection, limit):
def __init__(self, id, collection, limit):
self.id = id
self.limit = limit
self.collection = collection