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