Ejemplo n.º 1
0
 def tearDown(self):
     """Get rid of the database again after each test."""
     db.drop_all()
     db.session.rollback()
Ejemplo n.º 2
0
 def setUp(self):
     """
     Before each test, set up a blank database
     """
     db.drop_all()
     db.create_all()