Beispiel #1
0
def initdb():
    """ Initialize database . """
    with current_app.app_context():
        init_db()
Beispiel #2
0
 def setUp(self):
     clear_db()
     init_db()
Beispiel #3
0
 def setUp(self):
     clear_db()
     init_db()
     self.default_login()
Beispiel #4
0
 def setUp(self):
     clear_db()
     init_db()
     self.default_login()