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()