Exemplo n.º 1
0
 def setup_class(self):
     self.app = app.test_client()
Exemplo n.º 2
0
 def setUp(self):
     app.testing = True
     self.client = app.test_client()