def client(): app = falcon.API() app.req_options.auto_parse_form_urlencoded = True return testing.TestClient(app)