コード例 #1
0
def index():
  db.create_task_table()
  return jsonify({ 'hello': 'world' })
コード例 #2
0
ファイル: test.py プロジェクト: ktmin/Personal_Trainer_App
 def setUp(self):
     self.app = app.test_client()
     self.app.testing = True
     db.create_task_table()