def setUp(self): """ Prepare to test all the same things that TestThreads tests, but do it with a replica-set client """ TestReplicaSetClientBase.setUp(self) BaseTestThreads.setUp(self)
def setUp(self): """ Prepare to test all the same things that TestThreads tests, but do it with a replica-set connection """ TestConnectionReplicaSetBase.setUp(self) BaseTestThreads.setUp(self)