示例#1
0
 def setUp(self):
     configuration.test_mode()
     app.config['TESTING'] = True
     self.app = app.test_client()
示例#2
0
文件: core.py 项目: jbalogh/airflow
 def setUp(self):
     configuration.test_mode()
     utils.initdb()
     app.config['TESTING'] = True
     self.app = app.test_client()
示例#3
0
文件: core.py 项目: johnw424/airflow
 def setUp(self):
     configuration.test_mode()
     app.config["TESTING"] = True
     self.app = app.test_client()