Beispiel #1
0
 def create_app(self):
     app = super(MarkdownTestCase, self).create_app()
     init_app(app)
     return app
Beispiel #2
0
 def create_app(self):
     app = super(MarkdownTestCase, self).create_app()
     init_app(app)
     return app