Ejemplo n.º 1
0
 def create_app(self):
     app = super(MarkdownTestCase, self).create_app()
     init_app(app)
     return app
Ejemplo n.º 2
0
 def create_app(self):
     app = super(MarkdownTestCase, self).create_app()
     init_app(app)
     return app