コード例 #1
0
 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)
コード例 #3
0
 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)
コード例 #4
0
 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)