Beispiel #1
0
def cleardb():
    """Clear database ."""
    with current_app.app_context():
        clear_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()