Пример #1
0
 def tearDown(self):
     Dal = Mongo(self.log.collectionName)
     Log = self.log(Dal)
     Log.removeAll()
Пример #2
0
 def setUp(self):
     Dal = Mongo(self.log.collectionName)
     Log = self.log(Dal)
     Log.removeAll()