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