def setUp(self): self.app = bark.create_app().test_client()
#!/usr/bin/env python from bark import create_app app = create_app() app.run()