Q:

working outside of application context

# when app is initialized using app_factory

@classmethod
def setUpClass(self):
    self.app = create_app("testing")
    self.client = self.app.test_client()
0

Tags

New to Communities?

Join the community