Ejemplo n.º 1
0
from testrail_reporting import create_app

app = create_app('production')
Ejemplo n.º 2
0
 def setUp(self):
     self.app = create_app('testing')
     self.app_context = self.app.app_context()
     self.app_context.push()