def setUp(self): app.config.from_object(os.environ['APP_SETTINGS']) self.app = app.test_client() db.create_all()