コード例 #1
0
ファイル: wsgi.py プロジェクト: romansalin/testrail-reporting
from testrail_reporting import create_app

app = create_app('production')
コード例 #2
0
 def setUp(self):
     self.app = create_app('testing')
     self.app_context = self.app.app_context()
     self.app_context.push()