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