def client(): return testing.TestClient(falcon.API()) # NOTE(kgriffs): Concept from Gunicorn's source (wsgi.py)