예제 #1
0
 def create_app(self):
     app = create_app(TestConfig())
     self.twill = Twill(app, port=3000)
     return app
예제 #2
0
 def create_app(self):
     app = create_app(Testing())
     self.twill = Twill(app)
     return app