コード例 #1
0
def cleardb():
    """Clear database ."""
    with current_app.app_context():
        clear_db()
コード例 #2
0
 def setUp(self):
     clear_db()
     init_db()
コード例 #3
0
ファイル: __init__.py プロジェクト: IamFive/vclassifieds
 def setUp(self):
     clear_db()
     init_db()
     self.default_login()
コード例 #4
0
 def setUp(self):
     clear_db()
     init_db()
     self.default_login()