示例#1
0
def index():
  db.create_task_table()
  return jsonify({ 'hello': 'world' })
示例#2
0
 def setUp(self):
     self.app = app.test_client()
     self.app.testing = True
     db.create_task_table()