Beispiel #1
0
 def test_dal(self):
     DB.connect()
     c = Chateau.create(chateau_id=uuid.uuid4(), chateau_name='who', address='hello', geo='11,22', description='world', created_at=datetime.today())
     c.save()
     DB.close()