コード例 #1
0
ファイル: test_model.py プロジェクト: cwarwar/logger
 def tearDown(self):
     Dal = Mongo(self.log.collectionName)
     Log = self.log(Dal)
     Log.removeAll()
コード例 #2
0
ファイル: test_model.py プロジェクト: cwarwar/logger
 def setUp(self):
     Dal = Mongo(self.log.collectionName)
     Log = self.log(Dal)
     Log.removeAll()