Ejemplo n.º 1
0
 def setUp(self):
     """Define test variables and initialize app."""
     self.app = create_app()
     self.client = self.app.test_client
Ejemplo n.º 2
0
 def setUpClass(cls):
     """Define test variables and initialize app."""
     cls.client = create_app().test_client