コード例 #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)
     BaseTestThreadsAuth.setUp(self)
コード例 #2
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)
     BaseTestThreadsAuth.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)
     BaseTestThreadsAuth.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)
     BaseTestThreadsAuth.setUp(self)
コード例 #5
0
 def tearDown(self):
     TestReplicaSetClientBase.tearDown(self)
     BaseTestThreadsAuth.tearDown(self)
コード例 #6
0
 def tearDown(self):
     TestReplicaSetClientBase.tearDown(self)
     BaseTestThreadsAuth.tearDown(self)
 def tearDown(self):
     TestConnectionReplicaSetBase.tearDown(self)
     BaseTestThreadsAuth.tearDown(self)
コード例 #8
0
 def tearDown(self):
     TestConnectionReplicaSetBase.tearDown(self)
     BaseTestThreadsAuth.tearDown(self)