示例#1
0
 def setUp(self):
     self.db = db.get_database(config)
示例#2
0
 def setUp(self):
     self.db = db.get_database(config)
示例#3
0
 def test_Create(self):
     self.db = db.get_database(config)
     # Fail only if this raises an exception
     self.db._wipe()
     db._DB = None
示例#4
0
 def test_Create(self):
     self.db = db.get_database(config)
     # Fail only if this raises an exception
     self.db._wipe()
     db._DB = None