Esempio n. 1
0
 def setUp(self):
     self.db = db.get_database(config)
Esempio n. 2
0
 def setUp(self):
     self.db = db.get_database(config)
Esempio n. 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
Esempio n. 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