def setUp(self):
     application = create_app(None, TestConfig)
     self.app = application.test_client()
     db.create_all()