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