コード例 #1
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)
 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)
 def tearDown(self):
     TestConnectionReplicaSetBase.tearDown(self)
     BaseTestThreadsAuth.tearDown(self)
コード例 #4
0
 def tearDown(self):
     TestConnectionReplicaSetBase.tearDown(self)
     BaseTestThreads.tearDown(self)