Exemplo n.º 1
0
def dropdb():
    """Drops all tables and constraints from the database."""
    db.drop_all()
Exemplo n.º 2
0
def pytest_unconfigure(config):
    app = Application('test')
    with app.app_context():
        db.drop_all()