예제 #1
0
 def setUp(self):
     self.app = start_application(True)
     self.tc = self.app.test_client()
예제 #2
0
파일: wsgi.py 프로젝트: ccarlton/WhatWhere
from runserver import app as application, start_application

application  = start_application()