Exemplo n.º 1
0
 def setUp(self):
     app.config.from_pyfile('../Tests/testing_conf.py')
     self.app = app.test_client()
     db.create_all()
 def setUp(self):
     self.existing_researcher = Researchers(phone_id='123', name='test', surname='test')
     app.config.from_pyfile('../Tests/testing_conf.py')
     self.app = app.test_client()
     db.create_all()
Exemplo n.º 3
0
 def setUp(self):
     app.config.from_pyfile('../Tests/testing_conf.py')
     self.app = app.test_client()
     db.create_all()