Example #1
0
 def run(self):
     db.drop_all()
Example #2
0
def teardown_module(module):
    db.session.remove()
    db.drop_all()