httpbin is deployed in production using gunicorn. The intent of pytest-httpbin is to provide a local copy of the hosted version of httpbin. Therefore, to keep everything as similar as possible, I should probably use gunicorn as the web server instead of wsgiref.
httpbin is deployed in production using gunicorn. The intent of pytest-httpbin is to provide a local copy of the hosted version of httpbin. Therefore, to keep everything as similar as possible, I should probably use gunicorn as the web server instead of wsgiref.