예제 #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()