Exemplo n.º 1
0
 def run(self):
     db.drop_all()
Exemplo n.º 2
0
def teardown_module(module):
    db.session.remove()
    db.drop_all()